sinks

package
v0.0.0-...-3ab4a19 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2015 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data interface{}

type InfluxdbSink

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

func (*InfluxdbSink) StoreData

func (self *InfluxdbSink) StoreData(input Data) error

type MemorySink

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

func (*MemorySink) StoreData

func (self *MemorySink) StoreData(input Data) error

type Sink

type Sink interface {
	StoreData(data Data) error
}

func NewInfluxdbSink

func NewInfluxdbSink() (Sink, error)

func NewMemorySink

func NewMemorySink() Sink

func NewSink

func NewSink() (Sink, error)

Jump to

Keyboard shortcuts

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