Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ReturnCode_name = map[int32]string{ 0: "SUCCESS", 1: "ERROR", } ReturnCode_value = map[string]int32{ "SUCCESS": 0, "ERROR": 1, } )
Enum value maps for ReturnCode.
View Source
var File_savourrpc_common_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ReturnCode ¶
type ReturnCode int32
const ( ReturnCode_SUCCESS ReturnCode = 0 ReturnCode_ERROR ReturnCode = 1 )
func (ReturnCode) Descriptor ¶
func (ReturnCode) Descriptor() protoreflect.EnumDescriptor
func (ReturnCode) Enum ¶
func (x ReturnCode) Enum() *ReturnCode
func (ReturnCode) EnumDescriptor
deprecated
func (ReturnCode) EnumDescriptor() ([]byte, []int)
Deprecated: Use ReturnCode.Descriptor instead.
func (ReturnCode) Number ¶
func (x ReturnCode) Number() protoreflect.EnumNumber
func (ReturnCode) String ¶
func (x ReturnCode) String() string
func (ReturnCode) Type ¶
func (ReturnCode) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.