Documentation ¶ Index ¶ type IHttpClient Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type IHttpClient ¶ type IHttpClient interface { // Do is interface that for http client do - initate an http call and return the response. Do(req *http.Request) (*http.Response, error) } IHttpClient interface for http native client for dependency injection purposes Source Files ¶ View all Source files client.go Directories ¶ Show internal Expand all Path Synopsis mocks Click to show internal directories. Click to hide internal directories.