Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIResponse ¶
type APIResponse struct { Error ClientError `json:"error"` Success bool `json:"success"` }
type Additional ¶
type Client ¶
type Client struct { Auth *authService List *listService Upload *uploadService // contains filtered or unexported fields }
type ClientError ¶
func (ClientError) Error ¶
func (e ClientError) Error() string
Click to show internal directories.
Click to hide internal directories.