Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBootstrap ¶
type IBootstrap interface { Before(before ...BootFunc) IBootstrap Process(boots ...Initialize) IBootstrap After(after ...BootFunc) IBootstrap Run() error }
type Initialize ¶
type QueueInitialize ¶
Click to show internal directories.
Click to hide internal directories.