Versions in this module Expand all Collapse all v1 v1.0.1 Feb 20, 2023 v1.0.0 Feb 17, 2023 Changes in this version + var File_logproto_proto protoreflect.FileDescriptor + type Entry struct + Line string + Timestamp uint64 + func (*Entry) Descriptor() ([]byte, []int) + func (*Entry) ProtoMessage() + func (e *Entry) MarshalJSON() ([]byte, error) + func (x *Entry) GetLine() string + func (x *Entry) GetTimestamp() uint64 + func (x *Entry) ProtoReflect() protoreflect.Message + func (x *Entry) Reset() + func (x *Entry) String() string + type PushRequest struct + Streams []*Stream + func (*PushRequest) Descriptor() ([]byte, []int) + func (*PushRequest) ProtoMessage() + func (x *PushRequest) GetStreams() []*Stream + func (x *PushRequest) ProtoReflect() protoreflect.Message + func (x *PushRequest) Reset() + func (x *PushRequest) String() string + type Stream struct + Entries []*Entry + Hash uint64 + Labels string + func (*Stream) Descriptor() ([]byte, []int) + func (*Stream) ProtoMessage() + func (x *Stream) GetEntries() []*Entry + func (x *Stream) GetHash() uint64 + func (x *Stream) GetLabels() string + func (x *Stream) ProtoReflect() protoreflect.Message + func (x *Stream) Reset() + func (x *Stream) String() string