Documentation
¶
Overview ¶
Package config provides a way to parse a YAML configuration file into a list of services.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ServiceConfig serviceConfig `yaml:"services"`
LogConfig logging.Config `yaml:"log"`
ReadTimeout time.Duration `yaml:"readTimeout"`
}
Config represents a listing of services to proxy.
Click to show internal directories.
Click to hide internal directories.