data

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2017 License: GPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Datatype

type Datatype string

Datatype represents the supported databases

const (
	//InfluxDB enum
	InfluxDB Datatype = "influx"
	//Elasticsearch enum
	Elasticsearch Datatype = "elastic"
	//TemplateFile enum
	JSONFile Datatype = "json"
)

type Target added in v0.4.0

type Target struct {
	Name     string
	Datatype Datatype
}

Target connects a datatype to a name

func (Target) String added in v0.4.0

func (t Target) String() string

Jump to

Keyboard shortcuts

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