(ctx context.Context, container string, options client.ContainerKillOptions)
| 135 | } |
| 136 | |
| 137 | func (d *DryRunClient) ContainerKill(ctx context.Context, container string, options client.ContainerKillOptions) (client.ContainerKillResult, error) { |
| 138 | return client.ContainerKillResult{}, nil |
| 139 | } |
| 140 | |
| 141 | func (d *DryRunClient) ContainerList(ctx context.Context, options client.ContainerListOptions) (client.ContainerListResult, error) { |
| 142 | caller := getCallingFunction() |
no outgoing calls