MCPcopy Index your code
hub / github.com/docker/cli / Client

Method Client

cli/command/cli.go:43–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41// Cli represents the docker command line client.
42type Cli interface {
43 Client() client.APIClient
44 Streams
45 SetIn(in *streams.In)
46 config.Provider

Callers 3

mainFunction · 0.65
runSignImageFunction · 0.65
mainFunction · 0.65

Implementers 2

DockerClicli/command/cli.go
FakeCliinternal/test/cli.go

Calls

no outgoing calls

Tested by

no test coverage detected