Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Conf common conf Conf = &Config{} )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { //数据库配置 DB *DB // redis Redis *Redis // http client HTTPClient HTTPClient // http BM *blademaster.ServerConfig // tracer Tracer *trace.Config // log Log *log.Config // UT UT *UT GRPCClient map[string]*warden.ClientConfig Encrypt *encoding.EncryptConfig URLs map[string]string //basecenter配置 BaseCenter *BaseCenter Databus map[string]*databus.Config TestProject *TestProject }
Config config struct
type HTTPClient ¶
type HTTPClient struct { Read *blademaster.ClientConfig Write *blademaster.ClientConfig }
HTTPClient config
type HTTPServers ¶
type HTTPServers struct { Inner *blademaster.ServerConfig Local *blademaster.ServerConfig }
HTTPServers Http Servers
Click to show internal directories.
Click to hide internal directories.