Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { // Empty json tags because we need to omit those fields when generating the docs // and we do not plan to support json Payload []byte `json:"-" msgpack:"payload"` Error *oerror.Error `json:"-" msgpack:"error"` }
Response from the service
func (*Response) ParsePayload ¶
ParsePayload as type
func (*Response) SetError ¶
func (r *Response) SetError(e *oerror.Error) interfaces.Response
SetError for response
func (*Response) SetPayload ¶
SetPayload for type
Click to show internal directories.
Click to hide internal directories.