Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerClient ¶
type DockerClient struct {
// contains filtered or unexported fields
}
Docker client is a wrapper around http.Client to easily format request to docker socket
func New ¶
func New() *DockerClient
func (*DockerClient) MakeRequest ¶
func (d *DockerClient) MakeRequest(url string) (*http.Response, error)
Click to show internal directories.
Click to hide internal directories.