| 370 | } |
| 371 | |
| 372 | type proxyPolicyExecutor struct { |
| 373 | executor.Executor |
| 374 | getProxyPolicy func() (network.ProxyPolicy, error) |
| 375 | } |
| 376 | |
| 377 | func (e *proxyPolicyExecutor) Run(ctx context.Context, id string, rootfs executor.Mount, mounts []executor.Mount, process executor.ProcessInfo, started chan<- struct{}) (resourcestypes.Recorder, error) { |
| 378 | if process.Meta.Proxy != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected