Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Env string
AppId string
Node int32
HttpServer *HttpServer
Redis *redis.Config
IdGenRPCClient *RPCClient
AnswerRPCClient *RPCClient
//gRPC server
TCRTCConfig *RTCConfig
}
var (
Conf *Config
)
type HttpServer ¶
type HttpServer struct {
Addr string
}
Click to show internal directories.
Click to hide internal directories.