Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Msg_Type_name = map[int32]string{ 0: "None", 1: "Online", 2: "Offline", 3: "Ring", } Msg_Type_value = map[string]int32{ "None": 0, "Online": 1, "Offline": 2, "Ring": 3, } )
Enum value maps for Msg_Type.
View Source
var File_rule_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Msg ¶
type Msg struct { Type Msg_Type `protobuf:"varint,1,opt,name=type,proto3,enum=Rule.Msg_Type" json:"type,omitempty"` // contains filtered or unexported fields }
func (*Msg) Descriptor
deprecated
func (*Msg) ProtoMessage ¶
func (*Msg) ProtoMessage()
func (*Msg) ProtoReflect ¶
func (x *Msg) ProtoReflect() protoreflect.Message
type Msg_Type ¶
type Msg_Type int32
func (Msg_Type) Descriptor ¶
func (Msg_Type) Descriptor() protoreflect.EnumDescriptor
func (Msg_Type) EnumDescriptor
deprecated
func (Msg_Type) Number ¶
func (x Msg_Type) Number() protoreflect.EnumNumber
func (Msg_Type) Type ¶
func (Msg_Type) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.