Documentation
¶
Overview ¶
Package pb is a generated protocol buffer package.
It is generated from these files:
header.proto
It has these top-level messages:
Set
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Set ¶
type Set struct {
// 1 for now, library will refuse to handle entries with an unrecognized version.
Version *uint32 `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
// how many of the links are subtrees
Fanout *uint32 `protobuf:"varint,2,opt,name=fanout" json:"fanout,omitempty"`
// hash seed for subtree selection, a random number
Seed *uint32 `protobuf:"fixed32,3,opt,name=seed" json:"seed,omitempty"`
XXX_unrecognized []byte `json:"-"`
}
func (*Set) GetVersion ¶
func (m *Set) GetVersion() uint32
func (*Set) ProtoMessage ¶
func (*Set) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.