Documentation
¶
Index ¶
- Variables
- type ResponseBody
- func (*ResponseBody) Descriptor() ([]byte, []int)deprecated
- func (x *ResponseBody) GetCode() int32
- func (x *ResponseBody) GetDetail() string
- func (x *ResponseBody) GetMessage() string
- func (x *ResponseBody) GetMetadata() map[string]string
- func (*ResponseBody) ProtoMessage()
- func (x *ResponseBody) ProtoReflect() protoreflect.Message
- func (x *ResponseBody) Reset()
- func (x *ResponseBody) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_swagger_swagger_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ResponseBody ¶
type ResponseBody struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` Detail string `protobuf:"bytes,3,opt,name=detail,proto3" json:"detail,omitempty"` Metadata map[string]string `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ResponseBody) Descriptor
deprecated
func (*ResponseBody) Descriptor() ([]byte, []int)
Deprecated: Use ResponseBody.ProtoReflect.Descriptor instead.
func (*ResponseBody) GetCode ¶
func (x *ResponseBody) GetCode() int32
func (*ResponseBody) GetDetail ¶
func (x *ResponseBody) GetDetail() string
func (*ResponseBody) GetMessage ¶
func (x *ResponseBody) GetMessage() string
func (*ResponseBody) GetMetadata ¶
func (x *ResponseBody) GetMetadata() map[string]string
func (*ResponseBody) ProtoMessage ¶
func (*ResponseBody) ProtoMessage()
func (*ResponseBody) ProtoReflect ¶
func (x *ResponseBody) ProtoReflect() protoreflect.Message
func (*ResponseBody) Reset ¶
func (x *ResponseBody) Reset()
func (*ResponseBody) String ¶
func (x *ResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.