Documentation ¶
Index ¶
- Variables
- type Log
- func (*Log) Descriptor() ([]byte, []int)
- func (m *Log) GetHostname() string
- func (m *Log) GetMessage() string
- func (m *Log) GetService() string
- func (m *Log) GetSource() string
- func (m *Log) GetStatus() string
- func (m *Log) GetTags() []string
- func (m *Log) GetTimestamp() int64
- func (m *Log) Marshal() (dAtA []byte, err error)
- func (m *Log) MarshalTo(dAtA []byte) (int, error)
- func (m *Log) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Log) ProtoMessage()
- func (m *Log) Reset()
- func (m *Log) Size() (n int)
- func (m *Log) String() string
- func (m *Log) Unmarshal(dAtA []byte) error
- func (m *Log) XXX_DiscardUnknown()
- func (m *Log) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Log) XXX_Merge(src proto.Message)
- func (m *Log) XXX_Size() int
- func (m *Log) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Log ¶
type Log struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` Timestamp int64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // from host Hostname string `protobuf:"bytes,4,opt,name=hostname,proto3" json:"hostname,omitempty"` // from config Service string `protobuf:"bytes,5,opt,name=service,proto3" json:"service,omitempty"` Source string `protobuf:"bytes,6,opt,name=source,proto3" json:"source,omitempty"` // from config, container tags, ... Tags []string `protobuf:"bytes,7,rep,name=tags,proto3" json:"tags,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Log) Descriptor ¶
func (*Log) GetHostname ¶
func (*Log) GetMessage ¶
func (*Log) GetService ¶
func (*Log) GetTimestamp ¶
func (*Log) MarshalToSizedBuffer ¶ added in v5.0.99
func (*Log) ProtoMessage ¶
func (*Log) ProtoMessage()
func (*Log) XXX_DiscardUnknown ¶ added in v5.0.99
func (m *Log) XXX_DiscardUnknown()
func (*Log) XXX_Marshal ¶ added in v5.0.99
func (*Log) XXX_Unmarshal ¶ added in v5.0.99
Click to show internal directories.
Click to hide internal directories.