Documentation ¶
Index ¶
- Variables
- type Key
- func (*Key) Descriptor() ([]byte, []int)deprecated
- func (x *Key) GetIntID() int64
- func (x *Key) GetKind() string
- func (x *Key) GetNameID() string
- func (x *Key) GetNamespace() string
- func (x *Key) GetParent() *Key
- func (*Key) ProtoMessage()
- func (x *Key) ProtoReflect() protoreflect.Message
- func (x *Key) Reset()
- func (x *Key) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_key_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key struct { Namespace string `protobuf:"bytes,1,opt,name=Namespace,proto3" json:"Namespace,omitempty"` Kind string `protobuf:"bytes,2,opt,name=Kind,proto3" json:"Kind,omitempty"` IntID int64 `protobuf:"varint,3,opt,name=IntID,proto3" json:"IntID,omitempty"` NameID string `protobuf:"bytes,4,opt,name=NameID,proto3" json:"NameID,omitempty"` Parent *Key `protobuf:"bytes,5,opt,name=Parent,proto3" json:"Parent,omitempty"` // contains filtered or unexported fields }
func (*Key) Descriptor
deprecated
func (*Key) GetNamespace ¶
func (*Key) ProtoMessage ¶
func (*Key) ProtoMessage()
func (*Key) ProtoReflect ¶
func (x *Key) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.