Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // WaitGroup returns global wait group. WaitGroup = into.WaitGroup // ShutdownAdd add function will be called when the context is done. ShutdownAdd = into.ShutdownAdd // CtxCancel is a function that cancels the root context. CtxCancel = into.CtxCancel )
Functions ¶
Types ¶
type Option ¶ added in v0.4.0
type Option func(options *option)
func WithMsgf ¶
WithMsg is a function that sets the message to be logged when the application starts.
This will override the default message.
func WithOptionsInto ¶ added in v0.4.0
func WithOptionsLogz ¶
Click to show internal directories.
Click to hide internal directories.