Versions in this module Expand all Collapse all v0 v0.11.0 Mar 22, 2016 Changes in this version + type Aux struct + BooleanValue *bool + DataType *int32 + FloatValue *float64 + IntegerValue *int64 + StringValue *string + XXX_unrecognized []byte + func (*Aux) ProtoMessage() + func (m *Aux) GetBooleanValue() bool + func (m *Aux) GetDataType() int32 + func (m *Aux) GetFloatValue() float64 + func (m *Aux) GetIntegerValue() int64 + func (m *Aux) GetStringValue() string + func (m *Aux) Reset() + func (m *Aux) String() string + type Interval struct + Duration *int64 + Offset *int64 + XXX_unrecognized []byte + func (*Interval) ProtoMessage() + func (m *Interval) GetDuration() int64 + func (m *Interval) GetOffset() int64 + func (m *Interval) Reset() + func (m *Interval) String() string + type IteratorOptions struct + Ascending *bool + Aux []string + Condition *string + Dedupe *bool + Dimensions []string + EndTime *int64 + Expr *string + Fill *int32 + FillValue *float64 + Interval *Interval + Limit *int64 + Offset *int64 + SLimit *int64 + SOffset *int64 + Sources []*Measurement + StartTime *int64 + XXX_unrecognized []byte + func (*IteratorOptions) ProtoMessage() + func (m *IteratorOptions) GetAscending() bool + func (m *IteratorOptions) GetAux() []string + func (m *IteratorOptions) GetCondition() string + func (m *IteratorOptions) GetDedupe() bool + func (m *IteratorOptions) GetDimensions() []string + func (m *IteratorOptions) GetEndTime() int64 + func (m *IteratorOptions) GetExpr() string + func (m *IteratorOptions) GetFill() int32 + func (m *IteratorOptions) GetFillValue() float64 + func (m *IteratorOptions) GetInterval() *Interval + func (m *IteratorOptions) GetLimit() int64 + func (m *IteratorOptions) GetOffset() int64 + func (m *IteratorOptions) GetSLimit() int64 + func (m *IteratorOptions) GetSOffset() int64 + func (m *IteratorOptions) GetSources() []*Measurement + func (m *IteratorOptions) GetStartTime() int64 + func (m *IteratorOptions) Reset() + func (m *IteratorOptions) String() string + type Measurement struct + Database *string + IsTarget *bool + Name *string + Regex *string + RetentionPolicy *string + XXX_unrecognized []byte + func (*Measurement) ProtoMessage() + func (m *Measurement) GetDatabase() string + func (m *Measurement) GetIsTarget() bool + func (m *Measurement) GetName() string + func (m *Measurement) GetRegex() string + func (m *Measurement) GetRetentionPolicy() string + func (m *Measurement) Reset() + func (m *Measurement) String() string + type Measurements struct + Items []*Measurement + XXX_unrecognized []byte + func (*Measurements) ProtoMessage() + func (m *Measurements) GetItems() []*Measurement + func (m *Measurements) Reset() + func (m *Measurements) String() string + type Point struct + Aggregated *uint32 + Aux []*Aux + BooleanValue *bool + FloatValue *float64 + IntegerValue *int64 + Name *string + Nil *bool + StringValue *string + Tags *string + Time *int64 + XXX_unrecognized []byte + func (*Point) ProtoMessage() + func (m *Point) GetAggregated() uint32 + func (m *Point) GetAux() []*Aux + func (m *Point) GetBooleanValue() bool + func (m *Point) GetFloatValue() float64 + func (m *Point) GetIntegerValue() int64 + func (m *Point) GetName() string + func (m *Point) GetNil() bool + func (m *Point) GetStringValue() string + func (m *Point) GetTags() string + func (m *Point) GetTime() int64 + func (m *Point) Reset() + func (m *Point) String() string + type Series struct + Aux []uint32 + Name *string + Tags []byte + XXX_unrecognized []byte + func (*Series) ProtoMessage() + func (m *Series) GetAux() []uint32 + func (m *Series) GetName() string + func (m *Series) GetTags() []byte + func (m *Series) Reset() + func (m *Series) String() string + type SeriesList struct + Items []*Series + XXX_unrecognized []byte + func (*SeriesList) ProtoMessage() + func (m *SeriesList) GetItems() []*Series + func (m *SeriesList) Reset() + func (m *SeriesList) String() string v0.11.0-rc1 Mar 15, 2016