Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Msg_Type_name = map[int32]string{ 0: "PLAY", 1: "KEEPALIVE", } Msg_Type_value = map[string]int32{ "PLAY": 0, "KEEPALIVE": 1, } )
Enum value maps for Msg_Type.
View Source
var File_playback_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=Playback.Msg_Type" json:"type,omitempty"` StartTime string `protobuf:"bytes,2,opt,name=startTime,proto3" json:"startTime,omitempty"` StopTime string `protobuf:"bytes,3,opt,name=stopTime,proto3" json:"stopTime,omitempty"` // contains filtered or unexported fields }
func (*Msg) Descriptor
deprecated
func (*Msg) GetStartTime ¶
func (*Msg) GetStopTime ¶
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.