Versions in this module Expand all Collapse all v1 v1.7.9 Oct 27, 2019 Changes in this version + type Field struct + ID *int32 + Name *string + Type *int32 + XXX_unrecognized []byte + func (*Field) ProtoMessage() + func (m *Field) GetID() int32 + func (m *Field) GetName() string + func (m *Field) GetType() int32 + func (m *Field) Reset() + func (m *Field) String() string + type MeasurementFields struct + Fields []*Field + XXX_unrecognized []byte + func (*MeasurementFields) ProtoMessage() + func (m *MeasurementFields) GetFields() []*Field + func (m *MeasurementFields) Reset() + func (m *MeasurementFields) String() string + type Series struct + Key *string + Tags []*Tag + XXX_unrecognized []byte + func (*Series) ProtoMessage() + func (m *Series) GetKey() string + func (m *Series) GetTags() []*Tag + func (m *Series) Reset() + func (m *Series) String() string + type Tag struct + Key *string + Value *string + XXX_unrecognized []byte + func (*Tag) ProtoMessage() + func (m *Tag) GetKey() string + func (m *Tag) GetValue() string + func (m *Tag) Reset() + func (m *Tag) String() string