Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaptureError ¶
type Response ¶
type Response struct { Status int `json:"status"` Message string `json:"message"` Data interface{} `json:"data,omitempty"` Errors []CaptureError `json:"errors,omitempty"` }
func NewResponse ¶
func NewResponseError ¶
Click to show internal directories.
Click to hide internal directories.