Documentation ¶
Overview ¶
Package commandproto is a generated protocol buffer package.
It is generated from these files:
command.proto
It has these top-level messages:
Event
Index ¶
- Variables
- type Event
- func (*Event) Descriptor() ([]byte, []int)
- func (m *Event) GetDeviceUdid() string
- func (m *Event) GetId() string
- func (m *Event) GetPayloadBytes() []byte
- func (m *Event) GetTime() int64
- func (m *Event) Marshal() (dAtA []byte, err error)
- func (m *Event) MarshalTo(dAtA []byte) (int, error)
- func (*Event) ProtoMessage()
- func (m *Event) Reset()
- func (m *Event) Size() (n int)
- func (m *Event) String() string
- func (m *Event) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthCommand = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowCommand = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Time int64 `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"` DeviceUdid string `protobuf:"bytes,4,opt,name=device_udid,json=deviceUdid,proto3" json:"device_udid,omitempty"` PayloadBytes []byte `protobuf:"bytes,5,opt,name=payload_bytes,json=payloadBytes,proto3" json:"payload_bytes,omitempty"` }
func (*Event) Descriptor ¶
func (*Event) GetDeviceUdid ¶
func (*Event) GetPayloadBytes ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.