Documentation ¶
Overview ¶
Package internal is a generated protocol buffer package.
It is generated from these files:
internal/internal.proto
It has these top-level messages:
Point Aux
Index ¶
- type Aux
- type Point
- 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 (*Point) ProtoMessage()
- func (m *Point) Reset()
- func (m *Point) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aux ¶
type Aux struct { DataType *int32 `protobuf:"varint,1,req" json:"DataType,omitempty"` FloatValue *float64 `protobuf:"fixed64,2,opt" json:"FloatValue,omitempty"` IntegerValue *int64 `protobuf:"varint,3,opt" json:"IntegerValue,omitempty"` StringValue *string `protobuf:"bytes,4,opt" json:"StringValue,omitempty"` BooleanValue *bool `protobuf:"varint,5,opt" json:"BooleanValue,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Aux) GetBooleanValue ¶
func (*Aux) GetDataType ¶
func (*Aux) GetFloatValue ¶
func (*Aux) GetIntegerValue ¶
func (*Aux) GetStringValue ¶
func (*Aux) ProtoMessage ¶
func (*Aux) ProtoMessage()
type Point ¶
type Point struct { Name *string `protobuf:"bytes,1,req" json:"Name,omitempty"` Tags *string `protobuf:"bytes,2,req" json:"Tags,omitempty"` Time *int64 `protobuf:"varint,3,req" json:"Time,omitempty"` Nil *bool `protobuf:"varint,4,req" json:"Nil,omitempty"` Aux []*Aux `protobuf:"bytes,5,rep" json:"Aux,omitempty"` FloatValue *float64 `protobuf:"fixed64,6,opt" json:"FloatValue,omitempty"` IntegerValue *int64 `protobuf:"varint,7,opt" json:"IntegerValue,omitempty"` StringValue *string `protobuf:"bytes,8,opt" json:"StringValue,omitempty"` BooleanValue *bool `protobuf:"varint,9,opt" json:"BooleanValue,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Point) GetBooleanValue ¶
func (*Point) GetFloatValue ¶
func (*Point) GetIntegerValue ¶
func (*Point) GetStringValue ¶
func (*Point) ProtoMessage ¶
func (*Point) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.