(ctx context.Context, w, h uint32)
| 37 | // resizer is from https://github.com/containerd/containerd/blob/v1.7.0-rc.2/cmd/ctr/commands/tasks/tasks.go#L25-L27 |
| 38 | type resizer interface { |
| 39 | Resize(ctx context.Context, w, h uint32) error |
| 40 | } |
no outgoing calls
no test coverage detected