Documentation ¶ Index ¶ type Client Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client interface { Do(*http.Request) (*http.Response, error) } Client interfaces the Do(*http.Request) function to allow for easy mocking. Source Files ¶ View all Source files httpclient.go Directories ¶ Show internal Expand all Path Synopsis http mapi noop sockets sqlite Click to show internal directories. Click to hide internal directories.