Documentation ¶
Index ¶
- Variables
- type QueryRequest
- type QueryResponse
- func (*QueryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryResponse) GetError() string
- func (x *QueryResponse) GetSuccess() bool
- func (x *QueryResponse) GetValue() string
- 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_splits_internal_queries_ownable_queryRequest_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_splits_internal_queries_ownable_queryResponse_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_splits_internal_queries_ownable_service_v1_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type QueryRequest ¶
type QueryRequest struct { OwnableID *base.AnyOwnableID `protobuf:"bytes,1,opt,name=ownable_i_d,json=ownableID,proto3" json:"ownable_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) GetOwnableID ¶
func (x *QueryRequest) GetOwnableID() *base.AnyOwnableID
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"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,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) GetSuccess ¶
func (x *QueryResponse) GetSuccess() bool
func (*QueryResponse) GetValue ¶
func (x *QueryResponse) GetValue() string
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.