aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/sandbox/container.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/sandbox/container.go')
-rw-r--r--internal/sandbox/container.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/sandbox/container.go b/internal/sandbox/container.go
index 91db06ef..4f8be1df 100644
--- a/internal/sandbox/container.go
+++ b/internal/sandbox/container.go
@@ -90,7 +90,7 @@ type (
Ops []Op
Op interface {
- apply() error
+ apply(params *InitParams) error
Is(op Op) bool
fmt.Stringer