Documentation
¶
Index ¶
Constants ¶
View Source
const IUSER_KEY = "abs.IUser"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IStarter ¶
type IStarter interface { GetName() string Init(config *viper.Viper, starters StarterList) Instance(args ...interface{}) interface{} }
type StarterList ¶
Click to show internal directories.
Click to hide internal directories.