package
Version:
v0.0.0-...-5bc7920
Opens a new window with list of versions in this module.
Published: Jun 30, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
GRPC int `yaml:"grpc"`
HTTP int `yaml:"http"`
LogLevel string `yaml:"log_level"`
TLS struct {
CertFile string `yaml:"cert_file"`
KeyFile string `yaml:"key_file"`
UseTlS bool `yaml:"use_tls"`
} `yaml:"tls"`
Cluster []string `yaml:"cluster"`
Dir string `yaml:"dir"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.