Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Env string
Server *HttpServer
MySQL *MySQL
Reg *Reg
//gRPC server
GRPCServer *grpc.ServerConfig
Key *Key
}
var (
Conf *Config
)
type HttpServer ¶
type HttpServer struct {
Addr string
}
Click to show internal directories.
Click to hide internal directories.