(ctx context.Context)
| 27 | } |
| 28 | |
| 29 | func Mounter(ctx context.Context) *mount.FakeMounter { |
| 30 | //nolint we should panic if this isn't the case. |
| 31 | return xunix.Mounter(ctx).(*mount.FakeMounter) |
| 32 | } |
| 33 | |
| 34 | // nolint |
| 35 | func DockerClient(t *testing.T, ctx context.Context) *dockerfake.MockClient { |