Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector interface { GetName() string CheckSupported() error Collect() error GetData() map[string]DataValue }
Collector defines interface for a collector
type DataProducer ¶
DataProducer defines an object producing data
type Exporter ¶
type Exporter interface {
Export(DataProducer) error
}
Exporter defines interface for an exporter
Click to show internal directories.
Click to hide internal directories.