Documentation ¶
Index ¶
- Variables
- type Message
- func (*Message) Descriptor() ([]byte, []int)deprecated
- func (x *Message) GetClassificationID() *base.ClassificationID
- func (x *Message) GetFrom() string
- func (x *Message) GetFromID() *base.IdentityID
- func (x *Message) GetToID() *base.IdentityID
- func (*Message) ProtoMessage()
- func (x *Message) ProtoReflect() protoreflect.Message
- func (x *Message) Reset()
- func (x *Message) String() string
- type Response
- type TransactionRequest
- func (*TransactionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionRequest) GetClassificationID() string
- func (x *TransactionRequest) GetFrom() string
- func (x *TransactionRequest) GetFromID() string
- func (x *TransactionRequest) GetToID() string
- func (*TransactionRequest) ProtoMessage()
- func (x *TransactionRequest) ProtoReflect() protoreflect.Message
- func (x *TransactionRequest) Reset()
- func (x *TransactionRequest) String() string
- type TransactionResponse
- func (*TransactionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionResponse) GetError() string
- func (x *TransactionResponse) GetSuccess() bool
- func (*TransactionResponse) ProtoMessage()
- func (x *TransactionResponse) ProtoReflect() protoreflect.Message
- func (x *TransactionResponse) Reset()
- func (x *TransactionResponse) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_modules_orders_internal_transactions_revoke_message_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_orders_internal_transactions_revoke_response_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_orders_internal_transactions_revoke_service_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_orders_internal_transactions_revoke_transactionRequest_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_orders_internal_transactions_revoke_transactionResponse_v1_proto protoreflect.FileDescriptor
View Source
var File_modules_orders_internal_transactions_revoke_transactionService_v1_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { From string `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"` FromID *base.IdentityID `protobuf:"bytes,2,opt,name=from_i_d,json=fromID,proto3" json:"from_i_d,omitempty"` ToID *base.IdentityID `protobuf:"bytes,3,opt,name=to_i_d,json=toID,proto3" json:"to_i_d,omitempty"` ClassificationID *base.ClassificationID `protobuf:"bytes,4,opt,name=classification_i_d,json=classificationID,proto3" json:"classification_i_d,omitempty"` // contains filtered or unexported fields }
func (*Message) GetClassificationID ¶
func (x *Message) GetClassificationID() *base.ClassificationID
func (*Message) GetFromID ¶
func (x *Message) GetFromID() *base.IdentityID
func (*Message) GetToID ¶
func (x *Message) GetToID() *base.IdentityID
func (*Message) ProtoReflect ¶
func (x *Message) ProtoReflect() protoreflect.Message
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
func (*Response) ProtoReflect ¶
func (x *Response) ProtoReflect() protoreflect.Message
type TransactionRequest ¶
type TransactionRequest struct { From string `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"` FromID string `protobuf:"bytes,2,opt,name=from_i_d,json=fromID,proto3" json:"from_i_d,omitempty"` ToID string `protobuf:"bytes,3,opt,name=to_i_d,json=toID,proto3" json:"to_i_d,omitempty"` ClassificationID string `protobuf:"bytes,4,opt,name=classification_i_d,json=classificationID,proto3" json:"classification_i_d,omitempty"` // contains filtered or unexported fields }
func (*TransactionRequest) Descriptor
deprecated
func (*TransactionRequest) Descriptor() ([]byte, []int)
Deprecated: Use TransactionRequest.ProtoReflect.Descriptor instead.
func (*TransactionRequest) GetClassificationID ¶
func (x *TransactionRequest) GetClassificationID() string
func (*TransactionRequest) GetFrom ¶
func (x *TransactionRequest) GetFrom() string
func (*TransactionRequest) GetFromID ¶
func (x *TransactionRequest) GetFromID() string
func (*TransactionRequest) GetToID ¶
func (x *TransactionRequest) GetToID() string
func (*TransactionRequest) ProtoMessage ¶
func (*TransactionRequest) ProtoMessage()
func (*TransactionRequest) ProtoReflect ¶
func (x *TransactionRequest) ProtoReflect() protoreflect.Message
func (*TransactionRequest) Reset ¶
func (x *TransactionRequest) Reset()
func (*TransactionRequest) String ¶
func (x *TransactionRequest) String() string
type TransactionResponse ¶
type TransactionResponse struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // TODO define error object Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*TransactionResponse) Descriptor
deprecated
func (*TransactionResponse) Descriptor() ([]byte, []int)
Deprecated: Use TransactionResponse.ProtoReflect.Descriptor instead.
func (*TransactionResponse) GetError ¶
func (x *TransactionResponse) GetError() string
func (*TransactionResponse) GetSuccess ¶
func (x *TransactionResponse) GetSuccess() bool
func (*TransactionResponse) ProtoMessage ¶
func (*TransactionResponse) ProtoMessage()
func (*TransactionResponse) ProtoReflect ¶
func (x *TransactionResponse) ProtoReflect() protoreflect.Message
func (*TransactionResponse) Reset ¶
func (x *TransactionResponse) Reset()
func (*TransactionResponse) String ¶
func (x *TransactionResponse) String() string
Click to show internal directories.
Click to hide internal directories.