Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Zrpc ZrpcConf
Gateway GatewayConf
JzeroConf
}
type GatewayConf ¶ added in v0.13.0
type GatewayConf struct {
gateway.GatewayConf
ListenOnUnixSocket string `json:",optional"`
}
type JzeroConf ¶ added in v0.13.0
type JzeroConf struct {
Log LogConf
Mysql MysqlConfig
}
type MysqlConfig ¶
type ZrpcConf ¶ added in v0.13.0
type ZrpcConf struct {
zrpc.RpcServerConf
MaxConns int `json:",default=10000"`
}
Click to show internal directories.
Click to hide internal directories.