package walpb
import "github.com/coreos/etcd/wal/walpb"
Package walpb is a generated protocol buffer package.
It is generated from these files:
record.proto
It has these top-level messages:
Record Snapshot
Index ¶
- Variables
- type Record
- func (m *Record) Marshal() (data []byte, err error)
- func (m *Record) MarshalTo(data []byte) (int, error)
- func (*Record) ProtoMessage()
- func (m *Record) Reset()
- func (m *Record) Size() (n int)
- func (m *Record) String() string
- func (m *Record) Unmarshal(data []byte) error
- func (rec *Record) Validate(crc uint32) error
- type Snapshot
Variables ¶
var ( ErrInvalidLengthRecord = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowRecord = fmt.Errorf("proto: integer overflow") )
Types ¶
type Record ¶
type Record struct { Type int64 `protobuf:"varint,1,opt,name=type" json:"type"` Crc uint32 `protobuf:"varint,2,opt,name=crc" json:"crc"` Data []byte `protobuf:"bytes,3,opt,name=data" json:"data,omitempty"` XXX_unrecognized []byte `json:"-"` }
func (*Record) Marshal ¶
func (*Record) MarshalTo ¶
func (*Record) ProtoMessage ¶
func (*Record) ProtoMessage()
func (*Record) Reset ¶
func (m *Record) Reset()
func (*Record) Size ¶
func (*Record) String ¶
func (*Record) Unmarshal ¶
func (*Record) Validate ¶
type Snapshot ¶
type Snapshot struct { Index uint64 `protobuf:"varint,1,opt,name=index" json:"index"` Term uint64 `protobuf:"varint,2,opt,name=term" json:"term"` XXX_unrecognized []byte `json:"-"` }
func (*Snapshot) Marshal ¶
func (*Snapshot) MarshalTo ¶
func (*Snapshot) ProtoMessage ¶
func (*Snapshot) ProtoMessage()
func (*Snapshot) Reset ¶
func (m *Snapshot) Reset()
func (*Snapshot) Size ¶
func (*Snapshot) String ¶
func (*Snapshot) Unmarshal ¶
Source Files ¶
- Version
- v2.3.8+incompatible (latest)
- Published
- Feb 16, 2017
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 19 hours ago –
Tools for package owners.