app

package
v0.0.0-...-14308cf Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2019 License: Apache-2.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	APIURL             string        `env:"API_URL,              required, report"`
	APICAFile          string        `env:"API_CA_FILE_PATH,     required, report"`
	APICertFile        string        `env:"API_CERT_FILE_PATH,   required, report"`
	APIKeyFile         string        `env:"API_KEY_FILE_PATH,    required, report"`
	APICommonName      string        `env:"API_COMMON_NAME,      required, report"`
	APIPollingInterval time.Duration `env:"API_POLLING_INTERVAL, report"`
	APIBatchSize       int           `env:"API_BATCH_SIZE, report"`
	CipherSuites       []string      `env:"CIPHER_SUITES, report"`

	CacheCAFile     string `env:"CACHE_CA_FILE_PATH,     required, report"`
	CacheCertFile   string `env:"CACHE_CERT_FILE_PATH,   required, report"`
	CacheKeyFile    string `env:"CACHE_KEY_FILE_PATH,    required, report"`
	CacheCommonName string `env:"CACHE_COMMON_NAME,      required, report"`

	DebugPort int `env:"DEBUG_PORT,           report"`
	CachePort int `env:"CACHE_PORT, required, report"`
}

Config holds the configuration for the syslog binding cache

func LoadConfig

func LoadConfig() Config

LoadConfig will load the configuration for the syslog binding cache from the environment. If loading the config fails for any reason this function will panic.

type SyslogBindingCache

type SyslogBindingCache struct {
	// contains filtered or unexported fields
}

func NewSyslogBindingCache

func NewSyslogBindingCache(config Config, log *log.Logger) *SyslogBindingCache

func (*SyslogBindingCache) Run

func (sbc *SyslogBindingCache) Run()

Jump to

Keyboard shortcuts

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