Documentation ¶
Index ¶
- Variables
- type TransactionResponse
- func (*TransactionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TransactionResponse) GetMsg() string
- func (x *TransactionResponse) GetResults() 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_v1_response_sql_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TransactionResponse ¶
type TransactionResponse struct { Success bool `protobuf:"varint,1,opt,name=Success,proto3" json:"Success,omitempty"` Msg string `protobuf:"bytes,2,opt,name=Msg,proto3" json:"Msg,omitempty"` Results string `protobuf:"bytes,3,opt,name=Results,proto3" json:"Results,omitempty"` // contains filtered or unexported fields }
func (*TransactionResponse) Descriptor
deprecated
func (*TransactionResponse) Descriptor() ([]byte, []int)
Deprecated: Use TransactionResponse.ProtoReflect.Descriptor instead.
func (*TransactionResponse) GetMsg ¶
func (x *TransactionResponse) GetMsg() string
func (*TransactionResponse) GetResults ¶
func (x *TransactionResponse) GetResults() 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.