Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigType ¶
type ConfigType struct { Namespace string `mapstructure:"namespace"` LoggregatorEndpoint string `mapstructure:"loggregator-endpoint"` LoggregatorCAPath string `mapstructure:"loggregator-ca-path"` LoggregatorCertPath string `mapstructure:"loggregator-cert-path"` LoggregatorKeyPath string `mapstructure:"loggregator-key-path"` }
func (ConfigType) GetLoggregatorOptions ¶
func (conf ConfigType) GetLoggregatorOptions() LoggregatorOptions
func (ConfigType) Validate ¶
func (conf ConfigType) Validate() error
type LoggregatorOptions ¶
type LoggregatorOptions struct {
CAPath, CertPath, KeyPath, Endpoint string
}
Click to show internal directories.
Click to hide internal directories.