Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpClient ¶
type HttpClient interface {
Execute(method string, url *url.URL, body interface{}) (
*http.Response,
error,
)
}
func NewHttpClient ¶
func NewHttpClient(basePath string) HttpClient
type HttpClientImpl ¶
func (*HttpClientImpl) SetToken ¶
func (c *HttpClientImpl) SetToken(token string)
Click to show internal directories.
Click to hide internal directories.