Versions in this module Expand all Collapse all v0 v0.0.2 Jan 13, 2025 v0.0.1 Jan 9, 2025 Changes in this version + var ErrIntOverflowRecord = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthRecord = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupRecord = fmt.Errorf("proto: unexpected end of group") + type Record struct + Key []byte + TimeReceived string + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Record) Descriptor() ([]byte, []int) + func (*Record) ProtoMessage() + func (m *Record) GetKey() []byte + func (m *Record) GetTimeReceived() string + func (m *Record) GetValue() []byte + func (m *Record) Marshal() (dAtA []byte, err error) + func (m *Record) MarshalTo(dAtA []byte) (int, error) + func (m *Record) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Record) Reset() + func (m *Record) Size() (n int) + func (m *Record) String() string + func (m *Record) Unmarshal(dAtA []byte) error + func (m *Record) XXX_DiscardUnknown() + func (m *Record) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Record) XXX_Merge(src proto.Message) + func (m *Record) XXX_Size() int + func (m *Record) XXX_Unmarshal(b []byte) error