Versions in this module Expand all Collapse all v0 v0.4.0 Aug 18, 2023 Changes in this version + var ErrIntOverflowKey = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthKey = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupKey = fmt.Errorf("proto: unexpected end of group") + func NewKey(classificationID ids.ClassificationID) helpers.Key + func Prototype() helpers.Key + type Key struct + ClassificationID *base.ClassificationID + func (*Key) Descriptor() ([]byte, []int) + func (*Key) ProtoMessage() + func (key *Key) Equals(compareKey helpers.Key) bool + func (key *Key) GeneratePrefixedStoreKeyBytes() []byte + func (key *Key) GenerateStoreKeyBytes() []byte + func (key *Key) GenerateStorePrefixBytes() []byte + func (key *Key) IsPartial() bool + func (m *Key) GetClassificationID() *base.ClassificationID + func (m *Key) Marshal() (dAtA []byte, err error) + func (m *Key) MarshalTo(dAtA []byte) (int, error) + func (m *Key) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Key) Reset() + func (m *Key) Size() (n int) + func (m *Key) String() string + func (m *Key) Unmarshal(dAtA []byte) error + func (m *Key) XXX_DiscardUnknown() + func (m *Key) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Key) XXX_Merge(src proto.Message) + func (m *Key) XXX_Size() int + func (m *Key) XXX_Unmarshal(b []byte) error