(ctx context.Context)
| 23 | } |
| 24 | |
| 25 | func (f *fakeDockerClient) Info(ctx context.Context) (system.Info, error) { |
| 26 | return system.Info{ |
| 27 | IndexServerAddress: "IndexServerAddress", |
| 28 | }, nil |
| 29 | } |
| 30 | |
| 31 | func (f *fakeDockerClient) Ping(ctx context.Context) (types.Ping, error) { |
| 32 | return types.Ping{}, nil |
no outgoing calls
no test coverage detected