Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pkg_eventchannel_event_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DebugEvent ¶
type DebugEvent struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"` // contains filtered or unexported fields }
func (*DebugEvent) Descriptor
deprecated
func (*DebugEvent) Descriptor() ([]byte, []int)
Deprecated: Use DebugEvent.ProtoReflect.Descriptor instead.
func (*DebugEvent) GetName ¶
func (x *DebugEvent) GetName() string
func (*DebugEvent) GetText ¶
func (x *DebugEvent) GetText() string
func (*DebugEvent) ProtoMessage ¶
func (*DebugEvent) ProtoMessage()
func (*DebugEvent) ProtoReflect ¶
func (x *DebugEvent) ProtoReflect() protoreflect.Message
func (*DebugEvent) Reset ¶
func (x *DebugEvent) Reset()
func (*DebugEvent) String ¶
func (x *DebugEvent) String() string
Click to show internal directories.
Click to hide internal directories.