Documentation ¶
Index ¶
- type ApiResult
- type HttpClient
- func (c *HttpClient) Get(path, body string, headers, params map[string]string) (*[]byte, error)
- func (c *HttpClient) GetD(path, body string, headers, params map[string]string, result interface{}) error
- func (c *HttpClient) Post(path, body string, headers, params map[string]string) (*[]byte, error)
- func (c *HttpClient) PostD(path, body string, headers, params map[string]string, result interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiResult ¶
Click to show internal directories.
Click to hide internal directories.