Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Success = &RtnStatus{200, "请求成功"} Fail = &RtnStatus{0, "请求失败"} )
View Source
var ProviderCoreSet = wire.NewSet(system.NewAppContext)
Functions ¶
Types ¶
type Test ¶
type Test struct { Logger *zap.SugaredLogger Conf *koanf.Koanf Ctx *system.AppContext }
Test for test env
func NewTestApp ¶
func NewTestApp(logger *zap.SugaredLogger, ctx *system.AppContext, conf *koanf.Koanf) *Test
type WrappedResp ¶
WrappedResp 被包装的输出结构
Click to show internal directories.
Click to hide internal directories.