Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HttpProvider = wire.NewSet(NewHttpGlobal)
View Source
var RpcProvider = wire.NewSet(NewRpcGlobal)
Functions ¶
This section is empty.
Types ¶
type HttpGlobal ¶
type HttpGlobal struct { Conf *config.Config Logger *logrus.Logger Db *gorm.DB Rd redis.Conn Rsp *response.Response Tracer opentracing.Tracer Closer io.Closer RequestId string }
var GH *HttpGlobal
Click to show internal directories.
Click to hide internal directories.