Documentation ¶
Index ¶
- Constants
- func DefaultUnmarshaller(body []byte, result interface{}) error
- type Call
- func (c *Call) Delete(result interface{}, path string, query, form map[string]string) error
- func (c *Call) Get(result interface{}, path string, query map[string]string) error
- func (c *Call) Patch(result interface{}, path string, query, form map[string]string) error
- func (c *Call) Post(result interface{}, path string, query, form map[string]string, ...) error
- func (c *Call) PostFile(result interface{}, path string, query, form map[string]string, ...) error
- func (c *Call) Put(result interface{}, path string, query, form map[string]string) error
- func (c *Call) Unmarshal(body []byte, result interface{}) error
Constants ¶
View Source
const ( ErrorResp = 1 + iota ErrorMarshal )
Variables ¶
This section is empty.
Functions ¶
func DefaultUnmarshaller ¶
DefaultUnmarshaller unmarshal to errs.Err
Types ¶
Click to show internal directories.
Click to hide internal directories.