Versions in this module Expand all Collapse all v0 v0.0.1 Oct 2, 2023 Changes in this version + var ErrIntOverflowLogLineMessage = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthLogLineMessage = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupLogLineMessage = fmt.Errorf("proto: unexpected end of group") + type LogCorrelationMessage struct + Epoch uint32 + Round int64 + Shard string + SubRound string + func (*LogCorrelationMessage) Descriptor() ([]byte, []int) + func (*LogCorrelationMessage) ProtoMessage() + func (m *LogCorrelationMessage) GetEpoch() uint32 + func (m *LogCorrelationMessage) GetRound() int64 + func (m *LogCorrelationMessage) GetShard() string + func (m *LogCorrelationMessage) GetSubRound() string + func (m *LogCorrelationMessage) Marshal() (dAtA []byte, err error) + func (m *LogCorrelationMessage) MarshalTo(dAtA []byte) (int, error) + func (m *LogCorrelationMessage) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LogCorrelationMessage) Reset() + func (m *LogCorrelationMessage) Size() (n int) + func (m *LogCorrelationMessage) Unmarshal(dAtA []byte) error + func (m *LogCorrelationMessage) XXX_DiscardUnknown() + func (m *LogCorrelationMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LogCorrelationMessage) XXX_Merge(src proto.Message) + func (m *LogCorrelationMessage) XXX_Size() int + func (m *LogCorrelationMessage) XXX_Unmarshal(b []byte) error + func (this *LogCorrelationMessage) Equal(that interface{}) bool + func (this *LogCorrelationMessage) GoString() string + func (this *LogCorrelationMessage) String() string + type LogLineMessage struct + Args []string + Correlation LogCorrelationMessage + LogLevel int32 + LoggerName string + Message string + Timestamp int64 + func (*LogLineMessage) Descriptor() ([]byte, []int) + func (*LogLineMessage) ProtoMessage() + func (m *LogLineMessage) GetArgs() []string + func (m *LogLineMessage) GetCorrelation() LogCorrelationMessage + func (m *LogLineMessage) GetLogLevel() int32 + func (m *LogLineMessage) GetLoggerName() string + func (m *LogLineMessage) GetMessage() string + func (m *LogLineMessage) GetTimestamp() int64 + func (m *LogLineMessage) Marshal() (dAtA []byte, err error) + func (m *LogLineMessage) MarshalTo(dAtA []byte) (int, error) + func (m *LogLineMessage) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LogLineMessage) Reset() + func (m *LogLineMessage) Size() (n int) + func (m *LogLineMessage) Unmarshal(dAtA []byte) error + func (m *LogLineMessage) XXX_DiscardUnknown() + func (m *LogLineMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LogLineMessage) XXX_Merge(src proto.Message) + func (m *LogLineMessage) XXX_Size() int + func (m *LogLineMessage) XXX_Unmarshal(b []byte) error + func (this *LogLineMessage) Equal(that interface{}) bool + func (this *LogLineMessage) GoString() string + func (this *LogLineMessage) String() string