plugin.go 182 Bytes
Newer Older
Lei Li's avatar
Lei Li committed
1
2
3
4
5
6
7
8
package plugin

const (
	PluginStartFunction     = "start"
	PluginStopFunction      = "stop"
	PluginConfigFunction    = "applyConfiguration"
	PluginKeepAliveFunction = "keepAlive"
)