Documentation ¶
Index ¶
- type Filter
- func (*Filter) Descriptor() ([]byte, []int)
- func (m *Filter) GetExclude() bool
- func (m *Filter) GetKey() string
- func (m *Filter) GetValues() []string
- func (*Filter) ProtoMessage()
- func (m *Filter) Reset()
- func (m *Filter) String() string
- func (m *Filter) XXX_DiscardUnknown()
- func (m *Filter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Filter) XXX_Merge(src proto.Message)
- func (m *Filter) XXX_Size() int
- func (m *Filter) XXX_Unmarshal(b []byte) error
- type Kv
- func (*Kv) Descriptor() ([]byte, []int)
- func (m *Kv) GetKey() string
- func (m *Kv) GetValue() string
- func (*Kv) ProtoMessage()
- func (m *Kv) Reset()
- func (m *Kv) String() string
- func (m *Kv) XXX_DiscardUnknown()
- func (m *Kv) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Kv) XXX_Merge(src proto.Message)
- func (m *Kv) XXX_Size() int
- func (m *Kv) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter struct { Key string `protobuf:"bytes,20,opt,name=key,proto3" json:"key,omitempty"` Exclude bool `protobuf:"varint,22,opt,name=exclude,proto3" json:"exclude,omitempty"` Values []string `protobuf:"bytes,23,rep,name=values,proto3" json:"values,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Filter) Descriptor ¶
func (*Filter) GetExclude ¶
func (*Filter) ProtoMessage ¶
func (*Filter) ProtoMessage()
func (*Filter) XXX_DiscardUnknown ¶
func (m *Filter) XXX_DiscardUnknown()
func (*Filter) XXX_Marshal ¶
func (*Filter) XXX_Unmarshal ¶
type Kv ¶
type Kv struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Kv) Descriptor ¶
func (*Kv) ProtoMessage ¶
func (*Kv) ProtoMessage()
func (*Kv) XXX_DiscardUnknown ¶
func (m *Kv) XXX_DiscardUnknown()
func (*Kv) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.