Versions in this module Expand all Collapse all v0 v0.2.13 Sep 11, 2020 Changes in this version + var MUSES_DEBUG = false + type Muses struct + func Container(callerFuncs ...common.CallerFunc) (muses *Muses) + func (m *Muses) Run() (err error) + func (m *Muses) SetCfg(cfg interface{}) *Muses + func (m *Muses) SetGinRouter(router func() *ogin.Engine) *Muses + func (m *Muses) SetPostRun(f ...common.PostRunFunc) *Muses + func (m *Muses) SetPreRun(f ...common.PreRunFunc) *Muses + func (m *Muses) SetRootCommand(f func(cobraCommand *cobra.Command)) + func (m *Muses) SetStartCommand(f func(cobraCommand *cobra.Command))