input

package
v0.0.0-...-aad402b Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2020 License: BSD-3-Clause Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Input map[string]model.Input

Functions

This section is empty.

Types

type Journald

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

func (*Journald) Configure

func (j *Journald) Configure(conf map[string]interface{}) error

func (*Journald) Lines

func (j *Journald) Lines() chan *model.Line

type JournaldConf

type JournaldConf struct {
	Since   time.Duration
	Matches map[string]string
}

type Stdin

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

func (*Stdin) Configure

func (s *Stdin) Configure(conf map[string]interface{}) error

func (*Stdin) Lines

func (s *Stdin) Lines() chan *model.Line

type StdinConf

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

type Syslog

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

func (*Syslog) Configure

func (s *Syslog) Configure(c map[string]interface{}) error

func (*Syslog) Lines

func (s *Syslog) Lines() chan *model.Line

type SyslogConf

type SyslogConf struct {
	Listen string
}

type Tail

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

func (*Tail) Configure

func (t *Tail) Configure(conf map[string]interface{}) error

func (*Tail) Lines

func (i *Tail) Lines() chan *model.Line

type TailConf

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

Jump to

Keyboard shortcuts

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