Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Conf config Conf = &Config{} )
global var
Functions ¶
Types ¶
type Config ¶
type Config struct { // base // elk Log *log.Config // http BM *bm.ServerConfig // tracer Tracer *trace.Config // MySQL ORM *ORM // ecode Ecode *ecode.Config Auth *permit.Config LogTable string LogHBase *hbase.Config RelationGRPC *warden.ClientConfig AccountGRPC *warden.ClientConfig }
Config config set
Click to show internal directories.
Click to hide internal directories.