Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TestCode_name = map[int32]string{ 0: "OK", 100000: "NotFound", 100001: "Unknown", } TestCode_value = map[string]int32{ "OK": 0, "NotFound": 100000, "Unknown": 100001, } )
Enum value maps for TestCode.
View Source
var File_proto_test_test_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TestCode ¶
type TestCode int32
func (TestCode) Descriptor ¶
func (TestCode) Descriptor() protoreflect.EnumDescriptor
func (TestCode) EnumDescriptor
deprecated
func (TestCode) Number ¶
func (x TestCode) Number() protoreflect.EnumNumber
func (TestCode) Type ¶
func (TestCode) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.