Documentation ¶
Index ¶
- Variables
- type Reply
- func (*Reply) Descriptor() ([]byte, []int)deprecated
- func (x *Reply) GetCode() int32
- func (x *Reply) GetCodeText() string
- func (x *Reply) GetDetails() map[string]string
- func (x *Reply) GetMessage() string
- func (*Reply) ProtoMessage()
- func (x *Reply) ProtoReflect() protoreflect.Message
- func (x *Reply) Reset()
- func (x *Reply) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_v1_reply_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Reply ¶
type Reply struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` CodeText string `protobuf:"bytes,2,opt,name=codeText,json=code_text,proto3" json:"codeText,omitempty"` Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` Details map[string]string `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Reply) Descriptor
deprecated
func (*Reply) GetCodeText ¶
func (*Reply) GetDetails ¶
func (*Reply) GetMessage ¶
func (*Reply) ProtoMessage ¶
func (*Reply) ProtoMessage()
func (*Reply) ProtoReflect ¶
func (x *Reply) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.