Documentation ¶
Index ¶
- type EventCountsFilter
- func (*EventCountsFilter) Descriptor() ([]byte, []int)
- func (m *EventCountsFilter) GetEnd() int64
- func (m *EventCountsFilter) GetFilter() []string
- func (m *EventCountsFilter) GetStart() int64
- func (*EventCountsFilter) ProtoMessage()
- func (m *EventCountsFilter) Reset()
- func (m *EventCountsFilter) String() string
- func (m *EventCountsFilter) XXX_DiscardUnknown()
- func (m *EventCountsFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EventCountsFilter) XXX_Merge(src proto.Message)
- func (m *EventCountsFilter) XXX_Size() int
- func (m *EventCountsFilter) XXX_Unmarshal(b []byte) error
- type EventFilter
- func (*EventFilter) Descriptor() ([]byte, []int)
- func (m *EventFilter) GetAfter() int64
- func (m *EventFilter) GetBefore() int64
- func (m *EventFilter) GetCollapse() bool
- func (m *EventFilter) GetCursor() string
- func (m *EventFilter) GetEnd() int64
- func (m *EventFilter) GetFilter() []string
- func (m *EventFilter) GetPageSize() int32
- func (m *EventFilter) GetStart() int64
- func (*EventFilter) ProtoMessage()
- func (m *EventFilter) Reset()
- func (m *EventFilter) String() string
- func (m *EventFilter) XXX_DiscardUnknown()
- func (m *EventFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EventFilter) XXX_Merge(src proto.Message)
- func (m *EventFilter) XXX_Size() int
- func (m *EventFilter) XXX_Unmarshal(b []byte) error
- type EventStrings
- func (*EventStrings) Descriptor() ([]byte, []int)
- func (m *EventStrings) GetEnd() string
- func (m *EventStrings) GetFilter() []string
- func (m *EventStrings) GetHoursBetween() int32
- func (m *EventStrings) GetStart() string
- func (m *EventStrings) GetTimezone() string
- func (*EventStrings) ProtoMessage()
- func (m *EventStrings) Reset()
- func (m *EventStrings) String() string
- func (m *EventStrings) XXX_DiscardUnknown()
- func (m *EventStrings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EventStrings) XXX_Merge(src proto.Message)
- func (m *EventStrings) XXX_Size() int
- func (m *EventStrings) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventCountsFilter ¶
type EventCountsFilter struct { Filter []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"` Start int64 `protobuf:"varint,2,opt,name=start,proto3" json:"start,omitempty"` End int64 `protobuf:"varint,3,opt,name=end,proto3" json:"end,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EventCountsFilter) Descriptor ¶
func (*EventCountsFilter) Descriptor() ([]byte, []int)
func (*EventCountsFilter) GetEnd ¶
func (m *EventCountsFilter) GetEnd() int64
func (*EventCountsFilter) GetFilter ¶
func (m *EventCountsFilter) GetFilter() []string
func (*EventCountsFilter) GetStart ¶
func (m *EventCountsFilter) GetStart() int64
func (*EventCountsFilter) ProtoMessage ¶
func (*EventCountsFilter) ProtoMessage()
func (*EventCountsFilter) Reset ¶
func (m *EventCountsFilter) Reset()
func (*EventCountsFilter) String ¶
func (m *EventCountsFilter) String() string
func (*EventCountsFilter) XXX_DiscardUnknown ¶
func (m *EventCountsFilter) XXX_DiscardUnknown()
func (*EventCountsFilter) XXX_Marshal ¶
func (m *EventCountsFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventCountsFilter) XXX_Merge ¶
func (dst *EventCountsFilter) XXX_Merge(src proto.Message)
func (*EventCountsFilter) XXX_Size ¶
func (m *EventCountsFilter) XXX_Size() int
func (*EventCountsFilter) XXX_Unmarshal ¶
func (m *EventCountsFilter) XXX_Unmarshal(b []byte) error
type EventFilter ¶
type EventFilter struct { Filter []string `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"` Start int64 `protobuf:"varint,2,opt,name=start,proto3" json:"start,omitempty"` End int64 `protobuf:"varint,3,opt,name=end,proto3" json:"end,omitempty"` PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` After int64 `protobuf:"varint,5,opt,name=after,proto3" json:"after,omitempty"` Before int64 `protobuf:"varint,6,opt,name=before,proto3" json:"before,omitempty"` Cursor string `protobuf:"bytes,7,opt,name=cursor,proto3" json:"cursor,omitempty"` Collapse bool `protobuf:"varint,8,opt,name=collapse,proto3" json:"collapse,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EventFilter) Descriptor ¶
func (*EventFilter) Descriptor() ([]byte, []int)
func (*EventFilter) GetAfter ¶
func (m *EventFilter) GetAfter() int64
func (*EventFilter) GetBefore ¶
func (m *EventFilter) GetBefore() int64
func (*EventFilter) GetCollapse ¶
func (m *EventFilter) GetCollapse() bool
func (*EventFilter) GetCursor ¶
func (m *EventFilter) GetCursor() string
func (*EventFilter) GetEnd ¶
func (m *EventFilter) GetEnd() int64
func (*EventFilter) GetFilter ¶
func (m *EventFilter) GetFilter() []string
func (*EventFilter) GetPageSize ¶
func (m *EventFilter) GetPageSize() int32
func (*EventFilter) GetStart ¶
func (m *EventFilter) GetStart() int64
func (*EventFilter) ProtoMessage ¶
func (*EventFilter) ProtoMessage()
func (*EventFilter) Reset ¶
func (m *EventFilter) Reset()
func (*EventFilter) String ¶
func (m *EventFilter) String() string
func (*EventFilter) XXX_DiscardUnknown ¶
func (m *EventFilter) XXX_DiscardUnknown()
func (*EventFilter) XXX_Marshal ¶
func (m *EventFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventFilter) XXX_Merge ¶
func (dst *EventFilter) XXX_Merge(src proto.Message)
func (*EventFilter) XXX_Size ¶
func (m *EventFilter) XXX_Size() int
func (*EventFilter) XXX_Unmarshal ¶
func (m *EventFilter) XXX_Unmarshal(b []byte) error
type EventStrings ¶
type EventStrings struct { Start string `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"` End string `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"` Timezone string `protobuf:"bytes,3,opt,name=timezone,proto3" json:"timezone,omitempty"` HoursBetween int32 `protobuf:"varint,4,opt,name=hours_between,json=hoursBetween,proto3" json:"hours_between,omitempty"` Filter []string `protobuf:"bytes,5,rep,name=filter,proto3" json:"filter,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EventStrings) Descriptor ¶
func (*EventStrings) Descriptor() ([]byte, []int)
func (*EventStrings) GetEnd ¶
func (m *EventStrings) GetEnd() string
func (*EventStrings) GetFilter ¶
func (m *EventStrings) GetFilter() []string
func (*EventStrings) GetHoursBetween ¶
func (m *EventStrings) GetHoursBetween() int32
func (*EventStrings) GetStart ¶
func (m *EventStrings) GetStart() string
func (*EventStrings) GetTimezone ¶
func (m *EventStrings) GetTimezone() string
func (*EventStrings) ProtoMessage ¶
func (*EventStrings) ProtoMessage()
func (*EventStrings) Reset ¶
func (m *EventStrings) Reset()
func (*EventStrings) String ¶
func (m *EventStrings) String() string
func (*EventStrings) XXX_DiscardUnknown ¶
func (m *EventStrings) XXX_DiscardUnknown()
func (*EventStrings) XXX_Marshal ¶
func (m *EventStrings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EventStrings) XXX_Merge ¶
func (dst *EventStrings) XXX_Merge(src proto.Message)
func (*EventStrings) XXX_Size ¶
func (m *EventStrings) XXX_Size() int
func (*EventStrings) XXX_Unmarshal ¶
func (m *EventStrings) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.