Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPClient ¶
func (*HTTPClient) MakeRequest ¶
func (c *HTTPClient) MakeRequest(obj interface{}) error
func (*HTTPClient) NewClient ¶
func (c *HTTPClient) NewClient(opts ...Option) *HTTPClient
NewClient - with default value and/or options
type IHttpClient ¶
type IHttpClient interface { NewClient(opts ...Option) *HTTPClient MakeRequest(obj interface{}) error }
Click to show internal directories.
Click to hide internal directories.