Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Handler transport.HandlerConfig `yaml:",inline"` FrontendV1 v1.Config `yaml:",inline"` CompressResponses bool `yaml:"compress_responses"` DownstreamURL string `yaml:"downstream_url"` TailProxyURL string `yaml:"tail_proxy_url"` }
func (*Config) RegisterFlags ¶
RegisterFlags adds the flags required to config this to the given FlagSet.
Click to show internal directories.
Click to hide internal directories.