Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_common_common_public_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ResultResp ¶
type ResultResp struct { Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result"` Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"` // contains filtered or unexported fields }
func (*ResultResp) Descriptor
deprecated
func (*ResultResp) Descriptor() ([]byte, []int)
Deprecated: Use ResultResp.ProtoReflect.Descriptor instead.
func (*ResultResp) GetMsg ¶
func (x *ResultResp) GetMsg() string
func (*ResultResp) GetResult ¶
func (x *ResultResp) GetResult() bool
func (*ResultResp) ProtoMessage ¶
func (*ResultResp) ProtoMessage()
func (*ResultResp) ProtoReflect ¶
func (x *ResultResp) ProtoReflect() protoreflect.Message
func (*ResultResp) Reset ¶
func (x *ResultResp) Reset()
func (*ResultResp) String ¶
func (x *ResultResp) String() string
Click to show internal directories.
Click to hide internal directories.