Documentation
¶
Overview ¶
Package flusher is a generated protocol buffer package.
It is generated from these files:
flusher/flusher.proto
It has these top-level messages:
Event Update Error
Index ¶
- type Error
- func (*Error) Descriptor() ([]byte, []int)
- func (m *Error) GetKind() string
- func (m *Error) GetLevel() string
- func (m *Error) GetMessage() string
- func (m *Error) GetNode() string
- func (m *Error) GetTaskKey() string
- func (m *Error) GetTimestamp() int64
- func (*Error) ProtoMessage()
- func (m *Error) Reset()
- func (m *Error) String() string
- type Event
- func (*Event) Descriptor() ([]byte, []int)
- func (m *Event) GetKind() string
- func (m *Event) GetPayload() []*blackhole.Payload
- func (m *Event) GetSpanContext() *stellar.SpanContext
- func (m *Event) GetTaskKey() string
- func (*Event) ProtoMessage()
- func (m *Event) Reset()
- func (m *Event) String() string
- type Update
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Error ¶
type Error struct {
TaskKey string `protobuf:"bytes,1,opt,name=taskKey" json:"taskKey,omitempty"`
Kind string `protobuf:"bytes,2,opt,name=kind" json:"kind,omitempty"`
Node string `protobuf:"bytes,3,opt,name=node" json:"node,omitempty"`
Message string `protobuf:"bytes,4,opt,name=message" json:"message,omitempty"`
Timestamp int64 `protobuf:"varint,5,opt,name=timestamp" json:"timestamp,omitempty"`
Level string `protobuf:"bytes,6,opt,name=level" json:"level,omitempty"`
}
func (*Error) Descriptor ¶
func (*Error) GetMessage ¶
func (*Error) GetTaskKey ¶
func (*Error) GetTimestamp ¶
func (*Error) ProtoMessage ¶
func (*Error) ProtoMessage()
type Event ¶
type Event struct {
TaskKey string `protobuf:"bytes,1,opt,name=taskKey" json:"taskKey,omitempty"`
Kind string `protobuf:"bytes,2,opt,name=kind" json:"kind,omitempty"`
Payload []*blackhole.Payload `protobuf:"bytes,3,rep,name=payload" json:"payload,omitempty"`
SpanContext *stellar.SpanContext `protobuf:"bytes,4,opt,name=spanContext" json:"spanContext,omitempty"`
}
func (*Event) Descriptor ¶
func (*Event) GetPayload ¶
func (*Event) GetSpanContext ¶
func (m *Event) GetSpanContext() *stellar.SpanContext
func (*Event) GetTaskKey ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
type Update ¶
type Update struct {
TaskKey string `protobuf:"bytes,1,opt,name=taskKey" json:"taskKey,omitempty"`
Kind string `protobuf:"bytes,2,opt,name=kind" json:"kind,omitempty"`
Node string `protobuf:"bytes,3,opt,name=node" json:"node,omitempty"`
SpanContext *stellar.SpanContext `protobuf:"bytes,4,opt,name=spanContext" json:"spanContext,omitempty"`
}
func (*Update) Descriptor ¶
func (*Update) GetSpanContext ¶
func (m *Update) GetSpanContext() *stellar.SpanContext
func (*Update) GetTaskKey ¶
func (*Update) ProtoMessage ¶
func (*Update) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.