Documentation ¶
Index ¶
- Variables
- func NewKey(maintainerID ids.MaintainerID) helpers.Key
- func Prototype() helpers.Key
- type Key
- func (*Key) Descriptor() ([]byte, []int)
- func (key *Key) Equals(compareKey helpers.Key) bool
- func (key *Key) GeneratePrefixedStoreKeyBytes() []byte
- func (key *Key) GenerateStoreKeyBytes() []byte
- func (key *Key) GenerateStorePrefixBytes() []byte
- func (m *Key) GetMaintainerID() *base.MaintainerID
- func (key *Key) IsPartial() bool
- 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 (*Key) ProtoMessage()
- 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
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Key ¶
type Key struct {
MaintainerID *base.MaintainerID `protobuf:"bytes,1,opt,name=maintainer_i_d,json=maintainerID,proto3" json:"maintainer_i_d,omitempty"`
}
func (*Key) Descriptor ¶
func (*Key) GeneratePrefixedStoreKeyBytes ¶
func (*Key) GenerateStoreKeyBytes ¶
func (*Key) GenerateStorePrefixBytes ¶
func (*Key) GetMaintainerID ¶
func (m *Key) GetMaintainerID() *base.MaintainerID
func (*Key) ProtoMessage ¶
func (*Key) ProtoMessage()
func (*Key) XXX_DiscardUnknown ¶
func (m *Key) XXX_DiscardUnknown()
func (*Key) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.