Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Conf config Conf = &Config{} )
Functions ¶
Types ¶
type AccRecover ¶
AccRecover http request
type Config ¶
type Config struct { Log *log.Config BM *bm.ServerConfig Tracer *trace.Config MySQL *sql.Config // databus DataBus *DataBus // HTTPClientConfig HTTPClientConfig *bm.ClientConfig // AccRecover request URL info AccRecover *AccRecover }
Config .
Click to show internal directories.
Click to hide internal directories.