mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
9 lines
123 B
Go
9 lines
123 B
Go
package httpserver
|
|
|
|
const (
|
|
Row = `row`
|
|
Telemetry = `telemetry`
|
|
Attributes = `attributes`
|
|
Rpc = `rpc`
|
|
)
|