MCPcopy Index your code
hub / github.com/coder/envbox / Client

Interface Client

dockerutil/client.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type Client interface {
17 dockerclient.SystemAPIClient
18 dockerclient.ContainerAPIClient
19 dockerclient.ImageAPIClient
20}
21
22type clientKey struct{}
23

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected