# Functions
NewTypesDB parses collectd's types.db file and returns an initialized TypesDB object that can be queried.
ParseIdentifier parses the identifier encoded in s and returns it.
# Variables
ErrNoDataset is returned when the data set cannot be found.
# Structs
DataSet defines the metrics of a given "Type", i.e.
DataSource defines one metric within a "Type" / DataSet.
Dispatcher implements a multiplexer for Writer, i.e.
Identifier identifies one metric.
TypesDB holds the type definitions of one or more types.db(5) files.
ValueList represents one (set of) data point(s) of one metric.