extpoints

package
v0.19.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2015 License: Apache-2.0 Imports: 9 Imported by: 0

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 RegisterExtension(extension interface{}, name string) []string

func UnregisterExtension added in v0.18.0

func UnregisterExtension(name string) []string

Types

type HeapsterConf added in v0.18.0

type HeapsterConf struct {
	StatsResolution time.Duration
}

type SinkFactory

type SinkFactory func(*url.URL, HeapsterConf) ([]sinksApi.ExternalSink, error)

type SourceFactory

type SourceFactory func(*url.URL, cache.Cache) ([]sourceApi.Source, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL