Documentation ¶
Index ¶
- type Attribute
- type Event
- func (this *Event) GetAttributes() []*Attribute
- func (this *Event) GetDescription() string
- func (this *Event) GetHost() string
- func (this *Event) GetMetricD() float64
- func (this *Event) GetMetricF() float32
- func (this *Event) GetMetricSint64() int64
- func (this *Event) GetService() string
- func (this *Event) GetState() string
- func (this *Event) GetTags() []string
- func (this *Event) GetTime() int64
- func (this *Event) GetTtl() float32
- func (*Event) ProtoMessage()
- func (this *Event) Reset()
- func (this *Event) String() string
- type Msg
- type Query
- type State
- func (this *State) GetDescription() string
- func (this *State) GetHost() string
- func (this *State) GetOnce() bool
- func (this *State) GetService() string
- func (this *State) GetState() string
- func (this *State) GetTags() []string
- func (this *State) GetTime() int64
- func (this *State) GetTtl() float32
- func (*State) ProtoMessage()
- func (this *State) Reset()
- func (this *State) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attribute ¶
type Attribute struct { Key *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"` Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Attribute) ProtoMessage ¶
func (*Attribute) ProtoMessage()
type Event ¶
type Event struct { Time *int64 `protobuf:"varint,1,opt,name=time" json:"time,omitempty"` State *string `protobuf:"bytes,2,opt,name=state" json:"state,omitempty"` Service *string `protobuf:"bytes,3,opt,name=service" json:"service,omitempty"` Host *string `protobuf:"bytes,4,opt,name=host" json:"host,omitempty"` Description *string `protobuf:"bytes,5,opt,name=description" json:"description,omitempty"` Tags []string `protobuf:"bytes,7,rep,name=tags" json:"tags,omitempty"` Ttl *float32 `protobuf:"fixed32,8,opt,name=ttl" json:"ttl,omitempty"` Attributes []*Attribute `protobuf:"bytes,9,rep,name=attributes" json:"attributes,omitempty"` MetricSint64 *int64 `protobuf:"zigzag64,13,opt,name=metric_sint64" json:"metric_sint64,omitempty"` MetricD *float64 `protobuf:"fixed64,14,opt,name=metric_d" json:"metric_d,omitempty"` MetricF *float32 `protobuf:"fixed32,15,opt,name=metric_f" json:"metric_f,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Event) GetAttributes ¶
func (*Event) GetDescription ¶
func (*Event) GetMetricD ¶
func (*Event) GetMetricF ¶
func (*Event) GetMetricSint64 ¶
func (*Event) GetService ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
type Msg ¶
type Msg struct { Ok *bool `protobuf:"varint,2,opt,name=ok" json:"ok,omitempty"` Error *string `protobuf:"bytes,3,opt,name=error" json:"error,omitempty"` States []*State `protobuf:"bytes,4,rep,name=states" json:"states,omitempty"` Query *Query `protobuf:"bytes,5,opt,name=query" json:"query,omitempty"` Events []*Event `protobuf:"bytes,6,rep,name=events" json:"events,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Msg) ProtoMessage ¶
func (*Msg) ProtoMessage()
type Query ¶
type Query struct { String_ *string `protobuf:"bytes,1,opt,name=string" json:"string,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Query) GetString_ ¶
func (*Query) ProtoMessage ¶
func (*Query) ProtoMessage()
type State ¶
type State struct { Time *int64 `protobuf:"varint,1,opt,name=time" json:"time,omitempty"` State *string `protobuf:"bytes,2,opt,name=state" json:"state,omitempty"` Service *string `protobuf:"bytes,3,opt,name=service" json:"service,omitempty"` Host *string `protobuf:"bytes,4,opt,name=host" json:"host,omitempty"` Description *string `protobuf:"bytes,5,opt,name=description" json:"description,omitempty"` Once *bool `protobuf:"varint,6,opt,name=once" json:"once,omitempty"` Tags []string `protobuf:"bytes,7,rep,name=tags" json:"tags,omitempty"` Ttl *float32 `protobuf:"fixed32,8,opt,name=ttl" json:"ttl,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*State) GetDescription ¶
func (*State) GetService ¶
func (*State) ProtoMessage ¶
func (*State) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.