Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lei Li
agent-comms
Commits
6a05ffba
Commit
6a05ffba
authored
Oct 22, 2024
by
Lei Li
Browse files
feat: 通信协议相关字段
parent
6031e704
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugin/plugin.go
View file @
6a05ffba
package
plugin
package
plugin
const
(
const
(
PluginStartFunction
=
"start"
PluginFunctionStart
=
"start"
PluginStopFunction
=
"stop"
PluginFunctionStop
=
"stop"
PluginConfigFunction
=
"applyConfiguration"
PluginFunctionConfig
=
"applyConfiguration"
PluginKeepAliveFunction
=
"keepAlive"
PluginReturnCodeSuccess
=
0
PluginReturnCodeFailed
=
1
PluginMsgTypeKeepAlive
=
"keepAliveMsg"
PluginMsgTypeService
=
"serviceMsg"
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment