Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Cmd is the start command. Cmd = &cobra.Command{ Use: usage, Short: short, Long: long, Aliases: []string{"s"}, SuggestFor: []string{"boot", "up"}, Example: example, RunE: executeStart, } )
Functions ¶
func NewBgWorker ¶
func NewBgWorker(s *utils.BgWorkerSetting) bgworker.BgWorker
func RunBgWorkers ¶
func RunBgWorkers(bgWorkers []*utils.BgWorkerSetting)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.