Documentation
¶
Index ¶
- Variables
- type EpochState
- func (*EpochState) Descriptor() ([]byte, []int)deprecated
- func (x *EpochState) GetHashSeed() uint64
- func (x *EpochState) GetLocationIncrease() uint64
- func (*EpochState) ProtoMessage()
- func (x *EpochState) ProtoReflect() protoreflect.Message
- func (x *EpochState) Reset()
- func (x *EpochState) String() string
- type PersistentState
- func (*PersistentState) Descriptor() ([]byte, []int)deprecated
- func (x *PersistentState) GetEpochs() []*EpochState
- func (x *PersistentState) GetMinimumEpochId() uint32
- func (x *PersistentState) GetMinimumLocation() uint64
- func (x *PersistentState) GetReferenceLocationMapHashInitialization() uint64
- func (*PersistentState) ProtoMessage()
- func (x *PersistentState) ProtoReflect() protoreflect.Message
- func (x *PersistentState) Reset()
- func (x *PersistentState) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_bonanza_build_pkg_proto_storage_object_local_local_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EpochState ¶
type EpochState struct { HashSeed uint64 `protobuf:"fixed64,1,opt,name=hash_seed,json=hashSeed,proto3" json:"hash_seed,omitempty"` LocationIncrease uint64 `protobuf:"varint,2,opt,name=location_increase,json=locationIncrease,proto3" json:"location_increase,omitempty"` // contains filtered or unexported fields }
func (*EpochState) Descriptor
deprecated
func (*EpochState) Descriptor() ([]byte, []int)
Deprecated: Use EpochState.ProtoReflect.Descriptor instead.
func (*EpochState) GetHashSeed ¶
func (x *EpochState) GetHashSeed() uint64
func (*EpochState) GetLocationIncrease ¶
func (x *EpochState) GetLocationIncrease() uint64
func (*EpochState) ProtoMessage ¶
func (*EpochState) ProtoMessage()
func (*EpochState) ProtoReflect ¶
func (x *EpochState) ProtoReflect() protoreflect.Message
func (*EpochState) Reset ¶
func (x *EpochState) Reset()
func (*EpochState) String ¶
func (x *EpochState) String() string
type PersistentState ¶
type PersistentState struct { MinimumEpochId uint32 `protobuf:"varint,1,opt,name=minimum_epoch_id,json=minimumEpochId,proto3" json:"minimum_epoch_id,omitempty"` MinimumLocation uint64 `protobuf:"varint,2,opt,name=minimum_location,json=minimumLocation,proto3" json:"minimum_location,omitempty"` ReferenceLocationMapHashInitialization uint64 `` /* 182-byte string literal not displayed */ Epochs []*EpochState `protobuf:"bytes,4,rep,name=epochs,proto3" json:"epochs,omitempty"` // contains filtered or unexported fields }
func (*PersistentState) Descriptor
deprecated
func (*PersistentState) Descriptor() ([]byte, []int)
Deprecated: Use PersistentState.ProtoReflect.Descriptor instead.
func (*PersistentState) GetEpochs ¶
func (x *PersistentState) GetEpochs() []*EpochState
func (*PersistentState) GetMinimumEpochId ¶
func (x *PersistentState) GetMinimumEpochId() uint32
func (*PersistentState) GetMinimumLocation ¶
func (x *PersistentState) GetMinimumLocation() uint64
func (*PersistentState) GetReferenceLocationMapHashInitialization ¶
func (x *PersistentState) GetReferenceLocationMapHashInitialization() uint64
func (*PersistentState) ProtoMessage ¶
func (*PersistentState) ProtoMessage()
func (*PersistentState) ProtoReflect ¶
func (x *PersistentState) ProtoReflect() protoreflect.Message
func (*PersistentState) Reset ¶
func (x *PersistentState) Reset()
func (*PersistentState) String ¶
func (x *PersistentState) String() string
Click to show internal directories.
Click to hide internal directories.