outputs

package
v0.0.0-...-34adbb6 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2014 License: MIT Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSV

type CSV struct{}

func (CSV) Emit

func (l CSV) Emit(rs []record.Record, conf map[string]map[string]string) error

func (CSV) Header

func (l CSV) Header(r record.Record)

type Http

type Http struct{}

func (Http) Emit

func (l Http) Emit(rs []record.Record, conf map[string]map[string]string) error

func (Http) Header

func (l Http) Header(r record.Record)

type LTSV

type LTSV struct{}

func (LTSV) Emit

func (l LTSV) Emit(rs []record.Record, conf map[string]map[string]string) error

func (LTSV) Header

func (l LTSV) Header(r record.Record)

type MQTT

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

func (MQTT) Emit

func (m MQTT) Emit(rs []record.Record, conf map[string]map[string]string) error

func (MQTT) Header

func (m MQTT) Header(r record.Record)

type Output

type Output interface {
	Emit([]record.Record, map[string]map[string]string) error
}

the interface of Output modules

type WhiteSpace

type WhiteSpace struct{}

func (WhiteSpace) Emit

func (l WhiteSpace) Emit(rs []record.Record, conf map[string]map[string]string) error

func (WhiteSpace) Header

func (l WhiteSpace) Header(r record.Record)

Jump to

Keyboard shortcuts

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