Documentation ¶
Index ¶
- Variables
- type CommandQueued
- func (*CommandQueued) Descriptor() ([]byte, []int)deprecated
- func (x *CommandQueued) GetCommandUuid() string
- func (x *CommandQueued) GetDeviceUdid() string
- func (*CommandQueued) ProtoMessage()
- func (x *CommandQueued) ProtoReflect() protoreflect.Message
- func (x *CommandQueued) Reset()
- func (x *CommandQueued) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_command_queued_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CommandQueued ¶
type CommandQueued struct { DeviceUdid string `protobuf:"bytes,1,opt,name=device_udid,json=deviceUdid,proto3" json:"device_udid,omitempty"` CommandUuid string `protobuf:"bytes,2,opt,name=command_uuid,json=commandUuid,proto3" json:"command_uuid,omitempty"` // contains filtered or unexported fields }
func (*CommandQueued) Descriptor
deprecated
func (*CommandQueued) Descriptor() ([]byte, []int)
Deprecated: Use CommandQueued.ProtoReflect.Descriptor instead.
func (*CommandQueued) GetCommandUuid ¶
func (x *CommandQueued) GetCommandUuid() string
func (*CommandQueued) GetDeviceUdid ¶
func (x *CommandQueued) GetDeviceUdid() string
func (*CommandQueued) ProtoMessage ¶
func (*CommandQueued) ProtoMessage()
func (*CommandQueued) ProtoReflect ¶
func (x *CommandQueued) ProtoReflect() protoreflect.Message
func (*CommandQueued) Reset ¶
func (x *CommandQueued) Reset()
func (*CommandQueued) String ¶
func (x *CommandQueued) String() string
Click to show internal directories.
Click to hide internal directories.