Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type ConfigServer ¶
type ConfigServer struct{}
type Kitex ¶
type Kitex struct { Service string `yaml:"service"` Address string `yaml:"address"` MetricsPort string `yaml:"metrics_port"` EnablePprof bool `yaml:"enable_pprof"` EnableGzip bool `yaml:"enable_gzip"` EnableAccessLog bool `yaml:"enable_access_log"` LogLevel string `yaml:"log_level"` LogFileName string `yaml:"log_file_name"` LogMaxSize int `yaml:"log_max_size"` LogMaxBackups int `yaml:"log_max_backups"` LogMaxAge int `yaml:"log_max_age"` }
Click to show internal directories.
Click to hide internal directories.