Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSystemSet = wire.NewSet(NewInitSystem)
Functions ¶
This section is empty.
Types ¶
type AppContext ¶
type AppContext struct { Ctx context.Context Cancel context.CancelFunc }
func NewAppContext ¶
func NewAppContext() *AppContext
func NewTestAppContext ¶
func NewTestAppContext() *AppContext
type InitSystem ¶
type InitSystem struct {
// contains filtered or unexported fields
}
func NewInitSystem ¶
func NewInitSystem(cron *cron.Cron) *InitSystem
func (*InitSystem) InitConfig ¶
func (i *InitSystem) InitConfig()
InitConfig init some config in some package
Click to show internal directories.
Click to hide internal directories.