Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Conf = &Config{}
)
Conf global variable.
Functions ¶
Types ¶
type Config ¶
type Config struct { NotifyURL string // base // log Xlog *log.Config // tracer Tracer *trace.Config // app App *APP // bm service BM *bm.ServerConfig // db Mysql *sql.Config // mecache Memcache *Memcache PendantRedis *PendantRedis // http client HTTPClient *bm.ClientConfig PageSize int64 Properties *Properties SuitRPC *rpc.ClientConfig Databus *Databus }
Config struct of conf.
type Properties ¶
Properties app config.
Click to show internal directories.
Click to hide internal directories.