Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIClient ¶
type APIResponse ¶
type APIResponse struct {
// contains filtered or unexported fields
}
func (*APIResponse) Error ¶
func (rsp *APIResponse) Error() error
func (*APIResponse) Int ¶
func (rsp *APIResponse) Int() (int64, error)
func (*APIResponse) Ok ¶
func (rsp *APIResponse) Ok() (bool, error)
func (*APIResponse) Stat ¶
func (rsp *APIResponse) Stat() string