Documentation ¶
Index ¶
- func InitCheckUpdate(ctx context.Context) error
- func InitConfig(ctx context.Context) error
- func InitDatabase(ctx context.Context) error
- func InitDefaultConfig(ctx context.Context) error
- func InitDiscardLog(ctx context.Context) error
- func InitGinMode(ctx context.Context) error
- func InitLog(ctx context.Context) error
- func InitOp(ctx context.Context) error
- func InitProvider(ctx context.Context) error
- func InitRtmp(ctx context.Context) error
- func InitSetting(ctx context.Context) error
- func InitStdLog(ctx context.Context) error
- func InitSysNotify(ctx context.Context) error
- func InitVendor(ctx context.Context) error
- type Bootstrap
- type BootstrapConf
- type BootstrapFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitCheckUpdate ¶ added in v0.2.4
func InitConfig ¶
func InitDatabase ¶ added in v0.3.0
func InitDefaultConfig ¶ added in v0.2.4
func InitDiscardLog ¶ added in v0.3.0
func InitGinMode ¶ added in v0.2.4
func InitProvider ¶ added in v0.3.0
func InitSetting ¶ added in v0.3.0
func InitStdLog ¶ added in v0.2.4
func InitSysNotify ¶
func InitVendor ¶ added in v0.3.0
Types ¶
type Bootstrap ¶ added in v0.2.4
type Bootstrap struct {
// contains filtered or unexported fields
}
func New ¶ added in v0.2.4
func New(conf ...BootstrapConf) *Bootstrap
func (*Bootstrap) Add ¶ added in v0.2.4
func (b *Bootstrap) Add(f ...BootstrapFunc) *Bootstrap
type BootstrapConf ¶ added in v0.2.4
type BootstrapConf func(*Bootstrap)
func WithContext ¶ added in v0.2.4
func WithContext(ctx context.Context) BootstrapConf
func WithTask ¶ added in v0.2.4
func WithTask(f ...BootstrapFunc) BootstrapConf
type BootstrapFunc ¶ added in v0.2.4
Click to show internal directories.
Click to hide internal directories.