MCPcopy Index your code
hub / github.com/docker/docker-agent / remoteBackend

Struct remoteBackend

cmd/root/backend.go:184–187  ·  view source on GitHub ↗

remoteBackend talks to a docker-agent server.

Source from the content-addressed store, hash-verified

182
183// remoteBackend talks to a docker-agent server.
184type remoteBackend struct {
185 flags *runExecFlags
186 agentFileName string
187}
188
189func (b *remoteBackend) LoadTeamRequest() runtime.LoadTeamRequest {
190 // The server resolves its own source; ours is intentionally nil. The

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected