Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphitePlugin ¶
type GraphitePlugin struct {
// contains filtered or unexported fields
}
func (*GraphitePlugin) Configure ¶
func (self *GraphitePlugin) Configure(cfg json.RawMessage) error
type GraphitePluginFactory ¶
type GraphitePluginFactory struct { }
func (*GraphitePluginFactory) Name ¶
func (self *GraphitePluginFactory) Name() string
func (*GraphitePluginFactory) New ¶
func (self *GraphitePluginFactory) New(cfg json.RawMessage) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.