Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterPlugin ¶ added in v0.20.2
func RegisteredPlugins ¶ added in v0.22.80
Types ¶
type Plugin ¶
type Plugin interface { GetName() string GetPrettyName() string GetEndpoint() string GetConnectionState() string GetData(environmentIds []uid.ID) string Init(instanceId string) error CallStack(data interface{}) map[string]interface{} // used in hook call context ObjectStack(varStack map[string]string) map[string]interface{} // all other ProcessTemplates contexts Destroy() error }
Click to show internal directories.
Click to hide internal directories.