Documentation ¶
Overview ¶
generated by go-extpoints -- DO NOT EDIT
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SinkFactories = &sinkFactoryExt{ newExtensionPoint(new(SinkFactory)), }
View Source
var SourceFactories = &sourceFactoryExt{ newExtensionPoint(new(SourceFactory)), }
Functions ¶
func RegisterExtension ¶ added in v0.18.0
func UnregisterExtension ¶ added in v0.18.0
Types ¶
type HeapsterConf ¶ added in v0.18.0
type SinkFactory ¶
type SinkFactory func(*url.URL, HeapsterConf) ([]sinksApi.ExternalSink, error)
Click to show internal directories.
Click to hide internal directories.