Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type LookupResp ¶
type LookupResp struct { Found bool `protobuf:"varint,1,opt,name=found,proto3" json:"found,omitempty"` Id *UUID `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*LookupResp) Descriptor
deprecated
func (*LookupResp) Descriptor() ([]byte, []int)
Deprecated: Use LookupResp.ProtoReflect.Descriptor instead.
func (*LookupResp) GetFound ¶
func (x *LookupResp) GetFound() bool
func (*LookupResp) GetId ¶
func (x *LookupResp) GetId() *UUID
func (*LookupResp) ProtoMessage ¶
func (*LookupResp) ProtoMessage()
func (*LookupResp) ProtoReflect ¶
func (x *LookupResp) ProtoReflect() protoreflect.Message
func (*LookupResp) Reset ¶
func (x *LookupResp) Reset()
func (*LookupResp) String ¶
func (x *LookupResp) String() string
type NameLookup ¶
type NameLookup struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*NameLookup) Descriptor
deprecated
func (*NameLookup) Descriptor() ([]byte, []int)
Deprecated: Use NameLookup.ProtoReflect.Descriptor instead.
func (*NameLookup) GetName ¶
func (x *NameLookup) GetName() string
func (*NameLookup) ProtoMessage ¶
func (*NameLookup) ProtoMessage()
func (*NameLookup) ProtoReflect ¶
func (x *NameLookup) ProtoReflect() protoreflect.Message
func (*NameLookup) Reset ¶
func (x *NameLookup) Reset()
func (*NameLookup) String ¶
func (x *NameLookup) String() string
type UUID ¶
type UUID struct { Bytes []byte `protobuf:"bytes,1,opt,name=bytes,proto3" json:"bytes,omitempty"` // contains filtered or unexported fields }
func (*UUID) Descriptor
deprecated
func (*UUID) ProtoMessage ¶
func (*UUID) ProtoMessage()
func (*UUID) ProtoReflect ¶
func (x *UUID) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.