Documentation ¶
Index ¶
- type Event
- func (*Event) Descriptor() ([]byte, []int)
- func (m *Event) GetItems() []*EventItem
- func (m *Event) GetSource() string
- func (m *Event) GetTimestamp() int64
- func (*Event) ProtoMessage()
- func (m *Event) Reset()
- func (m *Event) String() string
- func (m *Event) XXX_DiscardUnknown()
- func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Event) XXX_Merge(src proto.Message)
- func (m *Event) XXX_Size() int
- func (m *Event) XXX_Unmarshal(b []byte) error
- type EventItem
- func (*EventItem) Descriptor() ([]byte, []int)
- func (m *EventItem) GetMetric() string
- func (m *EventItem) GetTransmitter() string
- func (m *EventItem) GetValue() string
- func (*EventItem) ProtoMessage()
- func (m *EventItem) Reset()
- func (m *EventItem) String() string
- func (m *EventItem) XXX_DiscardUnknown()
- func (m *EventItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *EventItem) XXX_Merge(src proto.Message)
- func (m *EventItem) XXX_Size() int
- func (m *EventItem) XXX_Unmarshal(b []byte) error
- type Request
- func (*Request) Descriptor() ([]byte, []int)
- func (m *Request) GetInterval() uint32
- func (m *Request) GetSource() string
- func (m *Request) GetTimeout() int64
- func (m *Request) GetTransmitter() string
- func (*Request) ProtoMessage()
- func (m *Request) Reset()
- func (m *Request) String() string
- func (m *Request) XXX_DiscardUnknown()
- func (m *Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Request) XXX_Merge(src proto.Message)
- func (m *Request) XXX_Size() int
- func (m *Request) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` Timestamp int64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Items []*EventItem `protobuf:"bytes,3,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Event) Descriptor ¶
func (*Event) GetTimestamp ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) XXX_DiscardUnknown ¶
func (m *Event) XXX_DiscardUnknown()
func (*Event) XXX_Marshal ¶
func (*Event) XXX_Unmarshal ¶
type EventItem ¶
type EventItem struct { Transmitter string `protobuf:"bytes,1,opt,name=Transmitter,proto3" json:"Transmitter,omitempty"` Metric string `protobuf:"bytes,2,opt,name=Metric,proto3" json:"Metric,omitempty"` Value string `protobuf:"bytes,3,opt,name=Value,proto3" json:"Value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EventItem) Descriptor ¶
func (*EventItem) GetTransmitter ¶
func (*EventItem) ProtoMessage ¶
func (*EventItem) ProtoMessage()
func (*EventItem) XXX_DiscardUnknown ¶
func (m *EventItem) XXX_DiscardUnknown()
func (*EventItem) XXX_Marshal ¶
func (*EventItem) XXX_Unmarshal ¶
type Request ¶
type Request struct { Timeout int64 `protobuf:"varint,1,opt,name=timeout,proto3" json:"timeout,omitempty"` Source string `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"` Transmitter string `protobuf:"bytes,3,opt,name=transmitter,proto3" json:"transmitter,omitempty"` Interval uint32 `protobuf:"varint,4,opt,name=interval,proto3" json:"interval,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Request) Descriptor ¶
func (*Request) GetInterval ¶
func (*Request) GetTimeout ¶
func (*Request) GetTransmitter ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
func (*Request) XXX_DiscardUnknown ¶
func (m *Request) XXX_DiscardUnknown()
func (*Request) XXX_Marshal ¶
func (*Request) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.