Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( PluginName = "lifecycle" CmdClose = "close" CmdReopen = "reopen" )
Functions ¶
func NewLifecyclePlugin ¶
func NewLifecyclePlugin(cli client.ClientInterface, notifier notify.NotifyInterface, options plugin.PluginOptions) (plugin.Plugin, error)
Types ¶
type LifecyclePlugin ¶
type LifecyclePlugin struct { *plugin.BasePlugin // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.