Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Env string
Server *HttpServer
Reg *Reg
//gRPC server
GRPCServer *grpc.ServerConfig
MySQL *MySQL
SMS SMS
Email Email
Whitelist []SMSEmailWhitelist
}
var (
Conf *Config
)
type HttpServer ¶
type HttpServer struct {
Addr string
}
type Reg ¶
type Reg struct {
Schema string
SrvName string // call
RegAddrs string // etcd addrs, seperate by ','
}
Reg is service register/discovery config
type SMSEmailWhitelist ¶
Click to show internal directories.
Click to hide internal directories.