Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCode_name = map[int32]string{ 0: "Success", } ErrCode_value = map[string]int32{ "Success": 0, } )
Enum value maps for ErrCode.
View Source
var File_maids_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ErrCode ¶
type ErrCode int32
10000-10200
const (
ErrCode_Success ErrCode = 0
)
func (ErrCode) Descriptor ¶
func (ErrCode) Descriptor() protoreflect.EnumDescriptor
func (ErrCode) EnumDescriptor
deprecated
func (ErrCode) Number ¶
func (x ErrCode) Number() protoreflect.EnumNumber
func (ErrCode) Type ¶
func (ErrCode) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.