Documentation ¶
Index ¶
Constants ¶
View Source
const ( // API 调用动作:call/invoke, break, open, close, down, up, ... ACTION_INVOKE = "call" ACTION_BREAK = "break" // 意外中断了 ACTION_OPEN = "open" // 重新连接上了,已经正确连接了 ACTION_CLOSE = "close" // 主动关闭了 ACTION_DOWN = "down" // 下线了 ACTION_UP = "up" // 上线了 STATS_MEASUREMENT_NAME = "api_stats" DEFAULT_INFLUXDB_SERVER = "http://localhost:8086" MODE_HTTP = "HTTP" MODE_UDP = "UDP" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.