config

package
v0.0.0-...-7da9e04 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

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
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL