package dict import ( "blazing/cool" "github.com/gogf/gf/v2/os/gctx" _ "blazing/modules/dict/controller" ) func init() { var ( ctx = gctx.GetInitCtx() ) cool.Logger.Debug(ctx, "module dict init start ...") // cool.FillInitData(ctx, "dict", &model.DictInfo{}, nil) // cool.FillInitData(ctx, "dict", &model.DictType{}, nil) cool.Logger.Debug(ctx, "module dict init finished ...") }