Commit 6a05ffba authored by Lei Li's avatar Lei Li
Browse files

feat: 通信协议相关字段

parent 6031e704
package plugin
const (
PluginStartFunction = "start"
PluginStopFunction = "stop"
PluginConfigFunction = "applyConfiguration"
PluginKeepAliveFunction = "keepAlive"
PluginFunctionStart = "start"
PluginFunctionStop = "stop"
PluginFunctionConfig = "applyConfiguration"
PluginReturnCodeSuccess = 0
PluginReturnCodeFailed = 1
PluginMsgTypeKeepAlive = "keepAliveMsg"
PluginMsgTypeService = "serviceMsg"
)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment