Documentation ¶
Index ¶
- Variables
- type QueryRequest
- type QueryResponse
- func (*QueryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryResponse) GetError() string
- func (x *QueryResponse) GetList() []*mappable.Mappable
- func (x *QueryResponse) GetSuccess() bool
- func (*QueryResponse) ProtoMessage()
- func (x *QueryResponse) ProtoReflect() protoreflect.Message
- func (x *QueryResponse) Reset()
- func (x *QueryResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_modules_identities_internal_queries_identity_queryRequest_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_identities_internal_queries_identity_queryResponse_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_identities_internal_queries_identity_service_v1_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type QueryRequest ¶
type QueryRequest struct { IdentityID *base.IdentityID `protobuf:"bytes,1,opt,name=identity_i_d,json=identityID,proto3" json:"identity_i_d,omitempty"` // contains filtered or unexported fields }
func (*QueryRequest) Descriptor
deprecated
func (*QueryRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryRequest.ProtoReflect.Descriptor instead.
func (*QueryRequest) GetIdentityID ¶
func (x *QueryRequest) GetIdentityID() *base.IdentityID
func (*QueryRequest) ProtoMessage ¶
func (*QueryRequest) ProtoMessage()
func (*QueryRequest) ProtoReflect ¶
func (x *QueryRequest) ProtoReflect() protoreflect.Message
func (*QueryRequest) Reset ¶
func (x *QueryRequest) Reset()
func (*QueryRequest) String ¶
func (x *QueryRequest) String() string
type QueryResponse ¶
type QueryResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` List []*mappable.Mappable `protobuf:"bytes,3,rep,name=list,proto3" json:"list,omitempty"` // contains filtered or unexported fields }
func (*QueryResponse) Descriptor
deprecated
func (*QueryResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryResponse.ProtoReflect.Descriptor instead.
func (*QueryResponse) GetError ¶
func (x *QueryResponse) GetError() string
func (*QueryResponse) GetList ¶
func (x *QueryResponse) GetList() []*mappable.Mappable
func (*QueryResponse) GetSuccess ¶
func (x *QueryResponse) GetSuccess() bool
func (*QueryResponse) ProtoMessage ¶
func (*QueryResponse) ProtoMessage()
func (*QueryResponse) ProtoReflect ¶
func (x *QueryResponse) ProtoReflect() protoreflect.Message
func (*QueryResponse) Reset ¶
func (x *QueryResponse) Reset()
func (*QueryResponse) String ¶
func (x *QueryResponse) String() string
Click to show internal directories.
Click to hide internal directories.