Versions in this module Expand all Collapse all v0 v0.2.0 Nov 8, 2015 Changes in this version + var Plugins = map[string]Creator + func Add(name string, creator Creator) + type Creator func(adapters.Plugin, map[string]string) (Plugin, error) + type Debug struct + Adapter adapters.Plugin + func (d Debug) Description() string + func (d Debug) Gather(self serf.Member, event serf.Event) error + func (d Debug) SampleConfig() string + type Ping struct + Adapter adapters.Plugin + Endpoint string + func (p Ping) Description() string + func (p Ping) Gather(self serf.Member, e serf.Event) error + func (p Ping) SampleConfig() string + type Plugin interface + Description func() string + Gather func(serf.Member, serf.Event) error + SampleConfig func() string