Versions in this module Expand all Collapse all v0 v0.0.42 May 30, 2016 Changes in this version + type CreateInstanceFunc func(name string, config map[string]interface{}) ModuleInstance + type Item interface + Marshal func() []byte + type Module struct + CreateInstance CreateInstanceFunc + Name string + RenderInstance RenderInstanceFunc + type ModuleInstance interface + Name func() string + RefreshInterval func() int + Render func() Item + String func() string + type RenderInstanceFunc func(instance ModuleInstance) (item Item, err error)