Versions in this module Expand all Collapse all v1 v1.0.0 Oct 12, 2021 Changes in this version + type Config struct + Config string + GRPC *GRPCServerConfig + MySQL *MySQLConfig + REST *RESTServerConfig + func NewEmptyConfig() *Config + type GRPCInsecureServingConfig struct + Host string + Port int + func (c *GRPCInsecureServingConfig) Addr() string + type GRPCServerConfig struct + Insecure *GRPCInsecureServingConfig + type MySQLConfig struct + Charset string + Database string + Host string + Loc string + LogLevel int + MaxConnLifetime time.Duration + MaxIdleConns int + MaxOpenConns int + ParseTime bool + Port int + Pwd string + User string + type RESTInsecureServingConfig struct + Host string + Port int + func (c *RESTInsecureServingConfig) Addr() string + type RESTServerConfig struct + Insecure *RESTInsecureServingConfig + Middlewares []string + Mode string + UseHealthz bool