Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct { // code Code int32 `json:"code,omitempty"` // message Message string `json:"message,omitempty"` }
ErrorResponse error response
swagger:model ErrorResponse
func (*ErrorResponse) ContextValidate ¶
ContextValidate validates this error response based on context it is used
func (*ErrorResponse) MarshalBinary ¶
func (m *ErrorResponse) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ErrorResponse) UnmarshalBinary ¶
func (m *ErrorResponse) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ProcessRequest ¶
type ProcessRequest struct { // from // Required: true From *string `json:"from"` // method // Required: true Method *string `json:"method"` // payload Payload interface{} `json:"payload,omitempty"` // to // Required: true To *string `json:"to"` }
ProcessRequest process request
swagger:model ProcessRequest
func (*ProcessRequest) ContextValidate ¶
ContextValidate validates this process request based on context it is used
func (*ProcessRequest) MarshalBinary ¶
func (m *ProcessRequest) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ProcessRequest) UnmarshalBinary ¶
func (m *ProcessRequest) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ProcessResponse ¶
type ProcessResponse interface{}
ProcessResponse process response
swagger:model ProcessResponse
Click to show internal directories.
Click to hide internal directories.