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