Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPClient ¶
type HTTPClient interface {
SendRequest(url string, data interface{}, token string) (*Response, error)
SendBatch(url string, dataList []interface{}, token string, progressCallback func(int, int)) error
}
func NewHTTPClient ¶
func NewHTTPClient() HTTPClient
Click to show internal directories.
Click to hide internal directories.