Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { Config config.Config Flagger *flagger.Flagger Logger zerolog.Logger // contains filtered or unexported fields }
Context is the main application context.
func (*Context) Init ¶
func (c *Context) Init()
Init is an initialization function for core context Without these parts of the application we can't start at all
func (*Context) InitConfig ¶
func (c *Context) InitConfig()
func (*Context) SaveConfig ¶
func (c *Context) SaveConfig()
Click to show internal directories.
Click to hide internal directories.