syslog

package
v0.0.0-...-5962cd0 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2018 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const ServerPollingInterval = 5 * time.Second

Variables

This section is empty.

Functions

func NewDrainer

func NewDrainer(drain Drain, hostname string) (*drainer, error)

Types

type Drain

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

type Drainer

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

type DrainerFactory

type DrainerFactory interface {
	NewDrainer() (Drainer, error)
}

func NewDrainerFactory

func NewDrainerFactory(destination Drain, hostname string) DrainerFactory

Directories

Path Synopsis
This file was generated by counterfeiter
This file was generated by counterfeiter

Jump to

Keyboard shortcuts

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