(context.Context, string, client.ExecStartOptions)
| 84 | } |
| 85 | |
| 86 | func (*fakeClient) ExecStart(context.Context, string, client.ExecStartOptions) (client.ExecStartResult, error) { |
| 87 | return client.ExecStartResult{}, nil |
| 88 | } |
| 89 | |
| 90 | func (f *fakeClient) ContainerCreate(_ context.Context, options client.ContainerCreateOptions) (client.ContainerCreateResult, error) { |
| 91 | if f.createContainerFunc != nil { |