Files
PandaX/iothub/server/httpserver/const.go
2023-09-26 18:05:47 +08:00

9 lines
123 B
Go

package httpserver
const (
Row = `row`
Telemetry = `telemetry`
Attributes = `attributes`
Rpc = `rpc`
)