Versions in this module Expand all Collapse all v1 v1.1.2 Oct 1, 2019 v1.1.1 Sep 30, 2019 v1.1.0 Sep 30, 2019 Changes in this version + var ErrIntOverflowRiemann = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthRiemann = fmt.Errorf("proto: negative length found during unmarshaling") + type Attribute struct + Key string + Value string + func (*Attribute) Descriptor() ([]byte, []int) + func (*Attribute) ProtoMessage() + func (m *Attribute) GetKey() string + func (m *Attribute) GetValue() string + func (m *Attribute) Marshal() (dAtA []byte, err error) + func (m *Attribute) MarshalTo(dAtA []byte) (int, error) + func (m *Attribute) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Attribute) Reset() + func (m *Attribute) Size() (n int) + func (m *Attribute) String() string + func (m *Attribute) Unmarshal(dAtA []byte) error + func (m *Attribute) XXX_DiscardUnknown() + func (m *Attribute) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Attribute) XXX_Merge(src proto.Message) + func (m *Attribute) XXX_Size() int + func (m *Attribute) XXX_Unmarshal(b []byte) error + type Event struct + Attributes []*Attribute + Description string + Host string + MetricD float64 + MetricF float32 + MetricSint64 int64 + Service string + State string + Tags []string + Time int64 + TimeMicros int64 + Ttl float32 + func (*Event) Descriptor() ([]byte, []int) + func (*Event) ProtoMessage() + func (m *Event) GetAttributes() []*Attribute + func (m *Event) GetDescription() string + func (m *Event) GetHost() string + func (m *Event) GetMetricD() float64 + func (m *Event) GetMetricF() float32 + func (m *Event) GetMetricSint64() int64 + func (m *Event) GetService() string + func (m *Event) GetState() string + func (m *Event) GetTags() []string + func (m *Event) GetTime() int64 + func (m *Event) GetTimeMicros() int64 + func (m *Event) GetTtl() float32 + func (m *Event) Marshal() (dAtA []byte, err error) + func (m *Event) MarshalTo(dAtA []byte) (int, error) + func (m *Event) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Event) Reset() + func (m *Event) Size() (n int) + func (m *Event) String() string + func (m *Event) Unmarshal(dAtA []byte) error + 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 Msg struct + Error string + Events []*Event + Ok bool + func (*Msg) Descriptor() ([]byte, []int) + func (*Msg) ProtoMessage() + func (m *Msg) GetError() string + func (m *Msg) GetEvents() []*Event + func (m *Msg) GetOk() bool + func (m *Msg) Marshal() (dAtA []byte, err error) + func (m *Msg) MarshalTo(dAtA []byte) (int, error) + func (m *Msg) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Msg) Reset() + func (m *Msg) Size() (n int) + func (m *Msg) String() string + func (m *Msg) Unmarshal(dAtA []byte) error + func (m *Msg) XXX_DiscardUnknown() + func (m *Msg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Msg) XXX_Merge(src proto.Message) + func (m *Msg) XXX_Size() int + func (m *Msg) XXX_Unmarshal(b []byte) error