Documentation
¶
Overview ¶
Package influxql is a generated protocol buffer package.
It is generated from these files:
internal/internal.proto
It has these top-level messages:
Measurements Measurement
Index ¶
- type Measurement
- func (*Measurement) Descriptor() ([]byte, []int)
- 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 (*Measurement) ProtoMessage()
- func (m *Measurement) Reset()
- func (m *Measurement) String() string
- type Measurements
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Measurement ¶
type Measurement struct {
Database *string `protobuf:"bytes,1,opt,name=Database" json:"Database,omitempty"`
RetentionPolicy *string `protobuf:"bytes,2,opt,name=RetentionPolicy" json:"RetentionPolicy,omitempty"`
Name *string `protobuf:"bytes,3,opt,name=Name" json:"Name,omitempty"`
Regex *string `protobuf:"bytes,4,opt,name=Regex" json:"Regex,omitempty"`
IsTarget *bool `protobuf:"varint,5,opt,name=IsTarget" json:"IsTarget,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (*Measurement) Descriptor ¶
func (*Measurement) Descriptor() ([]byte, []int)
func (*Measurement) GetDatabase ¶
func (m *Measurement) GetDatabase() string
func (*Measurement) GetIsTarget ¶
func (m *Measurement) GetIsTarget() bool
func (*Measurement) GetName ¶
func (m *Measurement) GetName() string
func (*Measurement) GetRegex ¶
func (m *Measurement) GetRegex() string
func (*Measurement) GetRetentionPolicy ¶
func (m *Measurement) GetRetentionPolicy() string
func (*Measurement) ProtoMessage ¶
func (*Measurement) ProtoMessage()
func (*Measurement) Reset ¶
func (m *Measurement) Reset()
func (*Measurement) String ¶
func (m *Measurement) String() string
type Measurements ¶
type Measurements struct {
Items []*Measurement `protobuf:"bytes,1,rep,name=Items" json:"Items,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (*Measurements) Descriptor ¶
func (*Measurements) Descriptor() ([]byte, []int)
func (*Measurements) GetItems ¶
func (m *Measurements) GetItems() []*Measurement
func (*Measurements) ProtoMessage ¶
func (*Measurements) ProtoMessage()
func (*Measurements) Reset ¶
func (m *Measurements) Reset()
func (*Measurements) String ¶
func (m *Measurements) String() string
Click to show internal directories.
Click to hide internal directories.