Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( OtherEnum_name = map[int32]string{ 0: "OTHER_ENUM_NA", 1: "OTHER_ENUM_WAT", } OtherEnum_value = map[string]int32{ "OTHER_ENUM_NA": 0, "OTHER_ENUM_WAT": 1, } )
Enum value maps for OtherEnum.
View Source
var File_example_other_v1_other_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Other ¶
type Other struct { Wat int64 `protobuf:"varint,1,opt,name=wat,proto3" json:"wat,omitempty"` // contains filtered or unexported fields }
func (*Other) Descriptor
deprecated
func (*Other) ProtoMessage ¶
func (*Other) ProtoMessage()
func (*Other) ProtoReflect ¶
func (x *Other) ProtoReflect() protoreflect.Message
type OtherEnum ¶
type OtherEnum int32
func (OtherEnum) Descriptor ¶
func (OtherEnum) Descriptor() protoreflect.EnumDescriptor
func (OtherEnum) EnumDescriptor
deprecated
func (OtherEnum) Number ¶
func (x OtherEnum) Number() protoreflect.EnumNumber
func (OtherEnum) Type ¶
func (OtherEnum) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.