Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandResponse ¶
type CommandResponse struct { // the raw response from the receiver // Required: true Raw *string `json:"raw"` }
CommandResponse command response
swagger:model CommandResponse
func (*CommandResponse) MarshalBinary ¶
func (m *CommandResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CommandResponse) UnmarshalBinary ¶
func (m *CommandResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ErrorResponse ¶
type ErrorResponse string
ErrorResponse error response
swagger:model ErrorResponse
type StatusResponse ¶
type StatusResponse struct { // host name or IP address of the receiver // Required: true Host *string `json:"host"` // if the receiver is reachable // Required: true Reachable *bool `json:"reachable"` }
StatusResponse status response
swagger:model StatusResponse
func (*StatusResponse) MarshalBinary ¶
func (m *StatusResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*StatusResponse) UnmarshalBinary ¶
func (m *StatusResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.