Package snappb
import "go.etcd.io/etcd/server/v3/etcdserver/api/snap/snappb"
- Overview
- Index
Variables
var (
ErrInvalidLengthSnap = fmt.Errorf("proto: negative length found during unmarshaling")
ErrIntOverflowSnap = fmt.Errorf("proto: integer overflow")
ErrUnexpectedEndOfGroupSnap = fmt.Errorf("proto: unexpected end of group")
)
type Snapshot struct {
Crc uint32 `protobuf:"varint,1,opt,name=crc" json:"crc"`
Data []byte `protobuf:"bytes,2,opt,name=data" json:"data,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (*Snapshot) Descriptor() ([]byte, []int)
func (*Snapshot) Marshal
¶
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 (*Snapshot) ProtoMessage()
func (*Snapshot) Reset
¶
func (m *Snapshot) Reset()
func (*Snapshot) Size
¶
func (m *Snapshot) Size() (n int)
func (*Snapshot) String
¶
func (m *Snapshot) String() string
func (m *Snapshot) Unmarshal(dAtA []byte) error
func (m *Snapshot) XXX_DiscardUnknown()
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_Unmarshal(b []byte) error