syslog

package
v0.0.0-...-d8c6471 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2018 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Index

Constants

View Source
const ServerPollingInterval = 5 * time.Second

Variables

This section is empty.

Functions

func NewDrainer

func NewDrainer(errorLogger *log.Logger, drain Drain, hostname, structuredData string) (*drainer, error)

Types

type Drain

type Drain struct {
	Transport string `yaml:"transport"`
	Address   string `yaml:"address"`
	CA        string `yaml:"ca"`
}

type Drainer

type Drainer interface {
	Drain(line string, tag string) error
}

Jump to

Keyboard shortcuts

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