Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Msg_Type_name = map[int32]string{ 0: "NONE", 1: "EMERGENCE", } Msg_Type_value = map[string]int32{ "NONE": 0, "EMERGENCE": 1, } )
Enum value maps for Msg_Type.
View Source
var File_event_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Msg ¶
type Msg struct { Timestamp uint32 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Type Msg_Type `protobuf:"varint,2,opt,name=type,proto3,enum=Event.Msg_Type" json:"type,omitempty"` // contains filtered or unexported fields }
func (*Msg) Descriptor
deprecated
func (*Msg) GetTimestamp ¶
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.