Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AfterStart ¶
type AfterStart = dix_run.AfterStartCtx
type AfterStop ¶
type AfterStop = dix_run.AfterStopCtx
type BeforeStart ¶
type BeforeStart = dix_run.BeforeStartCtx
type BeforeStop ¶
type BeforeStop = dix_run.BeforeStopCtx
type Entry ¶
type Entry interface {
Version(v string)
Dix(data ...interface{})
OnCfg(fn interface{})
Plugin(plugin golug_plugin.Plugin)
Description(description ...string)
Flags(fn func(flags *pflag.FlagSet))
Commands(commands ...*cobra.Command)
WithBeforeStart(func(_ *BeforeStart))
WithAfterStart(func(_ *AfterStart))
WithBeforeStop(func(_ *BeforeStop))
WithAfterStop(func(_ *AfterStop))
}
Click to show internal directories.
Click to hide internal directories.