package snappb

import "github.com/coreos/etcd/snap/snappb"

Package snappb is a generated protocol buffer package.

It is generated from these files:

snap.proto

It has these top-level messages:

Snapshot

Index

Variables

var (
	ErrInvalidLengthSnap = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSnap   = fmt.Errorf("proto: integer overflow")
)

Types

type Snapshot

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_unrecognized []byte `json:"-"`
}

func (*Snapshot) Marshal

func (m *Snapshot) Marshal() (data []byte, err error)

func (*Snapshot) MarshalTo

func (m *Snapshot) MarshalTo(data []byte) (int, error)

func (*Snapshot) ProtoMessage

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 (*Snapshot) Unmarshal

func (m *Snapshot) Unmarshal(data []byte) error

Source Files

snap.pb.go

Version
v2.3.8+incompatible (latest)
Published
Feb 16, 2017
Platform
linux/amd64
Imports
4 packages
Last checked
19 hours ago

Tools for package owners.