Documentation ¶
Index ¶
- type Content
- func (*Content) Descriptor() ([]byte, []int)
- func (m *Content) GetContentType() string
- func (m *Content) GetData() []byte
- func (*Content) ProtoMessage()
- func (m *Content) Reset()
- func (m *Content) String() string
- func (m *Content) XXX_DiscardUnknown()
- func (m *Content) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Content) XXX_Merge(src proto.Message)
- func (m *Content) XXX_Size() int
- func (m *Content) XXX_Unmarshal(b []byte) error
- type DeviceError
- func (*DeviceError) Descriptor() ([]byte, []int)
- func (m *DeviceError) GetContent() *Content
- func (*DeviceError) ProtoMessage()
- func (m *DeviceError) Reset()
- func (m *DeviceError) String() string
- func (m *DeviceError) XXX_DiscardUnknown()
- func (m *DeviceError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeviceError) XXX_Merge(src proto.Message)
- func (m *DeviceError) XXX_Size() int
- func (m *DeviceError) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Content ¶
type Content struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` ContentType string `protobuf:"bytes,2,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Content) Descriptor ¶
func (*Content) GetContentType ¶
func (*Content) ProtoMessage ¶
func (*Content) ProtoMessage()
func (*Content) XXX_DiscardUnknown ¶
func (m *Content) XXX_DiscardUnknown()
func (*Content) XXX_Marshal ¶
func (*Content) XXX_Unmarshal ¶
type DeviceError ¶
type DeviceError struct { Content *Content `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeviceError) Descriptor ¶
func (*DeviceError) Descriptor() ([]byte, []int)
func (*DeviceError) GetContent ¶
func (m *DeviceError) GetContent() *Content
func (*DeviceError) ProtoMessage ¶
func (*DeviceError) ProtoMessage()
func (*DeviceError) Reset ¶
func (m *DeviceError) Reset()
func (*DeviceError) String ¶
func (m *DeviceError) String() string
func (*DeviceError) XXX_DiscardUnknown ¶
func (m *DeviceError) XXX_DiscardUnknown()
func (*DeviceError) XXX_Marshal ¶
func (m *DeviceError) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeviceError) XXX_Merge ¶
func (m *DeviceError) XXX_Merge(src proto.Message)
func (*DeviceError) XXX_Size ¶
func (m *DeviceError) XXX_Size() int
func (*DeviceError) XXX_Unmarshal ¶
func (m *DeviceError) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.