var _ … var _ … var _ … const _ … type Record … func (m *Record) Reset() { … } func (m *Record) String() string { … } func (*Record) ProtoMessage() { … } func (*Record) Descriptor() ([]byte, []int) { … } func (m *Record) XXX_Unmarshal(b []byte) error { … } 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_DiscardUnknown() { … } var xxx_messageInfo_Record … type Snapshot … func (m *Snapshot) Reset() { … } func (m *Snapshot) String() string { … } func (*Snapshot) ProtoMessage() { … } func (*Snapshot) Descriptor() ([]byte, []int) { … } func (m *Snapshot) XXX_Unmarshal(b []byte) error { … } func (m *Snapshot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { … } func (m *Snapshot) XXX_Merge(src proto.Message) { … } func (m *Snapshot) XXX_Size() int { … } func (m *Snapshot) XXX_DiscardUnknown() { … } var xxx_messageInfo_Snapshot … func init() { … } func init() { … } var fileDescriptor_bf94fd919e302a1d … 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 *Snapshot) Marshal() (dAtA []byte, err error) { … } func (m *Snapshot) MarshalTo(dAtA []byte) (int, error) { … } func (m *Snapshot) MarshalToSizedBuffer(dAtA []byte) (int, error) { … } func encodeVarintRecord(dAtA []byte, offset int, v uint64) int { … } func (m *Record) Size() (n int) { … } func (m *Snapshot) Size() (n int) { … } func sovRecord(x uint64) (n int) { … } func sozRecord(x uint64) (n int) { … } func (m *Record) Unmarshal(dAtA []byte) error { … } func (m *Snapshot) Unmarshal(dAtA []byte) error { … } func skipRecord(dAtA []byte) (n int, err error) { … } var ErrInvalidLengthRecord … var ErrIntOverflowRecord … var ErrUnexpectedEndOfGroupRecord …