MCPcopy
hub / github.com/docker/docker-agent / Client

Struct Client

pkg/runtime/client.go:23–28  ·  view source on GitHub ↗

Client is an HTTP client for the docker agent server API

Source from the content-addressed store, hash-verified

21
22// Client is an HTTP client for the docker agent server API
23type Client struct {
24 baseURL *url.URL
25 httpClient *http.Client
26 authToken string
27 registry map[string]func() Event
28}
29
30// ClientOption is a function for configuring the Client
31type ClientOption func(*Client)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected