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 Inputs = map[string]Creator + func Add(name string, creator Creator) + type Accumulator interface + Add func(measurement string, value interface{}, tags map[string]string, t ...time.Time) + AddFields func(measurement string, fields map[string]interface{}, tags map[string]string, ...) + type Creator func() Input + type Input interface + Description func() string + Gather func(Accumulator) error + SampleConfig func() string + type MockPlugin struct + func (m *MockPlugin) Gather(_a0 Accumulator) error + type ServiceInput interface + Description func() string + Gather func(Accumulator) error + SampleConfig func() string + Start func() error + Stop func()