Versions in this module Expand all Collapse all v0 v0.10.1 Jan 27, 2016 v0.10.0 Jan 9, 2016 Changes in this version + var Outputs = map[string]Creator + func Add(name string, creator Creator) + type Creator func() Output + type Output interface + Close func() error + Connect func() error + Description func() string + SampleConfig func() string + Write func(points []*client.Point) error + type ServiceOutput interface + Close func() error + Connect func() error + Description func() string + SampleConfig func() string + Start func() error + Stop func() + Write func(points []*client.Point) error