aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/container.go
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/container.go')
-rw-r--r--sandbox/container.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/container.go b/sandbox/container.go
index 3c8063ce..9b0d1cef 100644
--- a/sandbox/container.go
+++ b/sandbox/container.go
@@ -101,6 +101,7 @@ type (
Ops []Op
Op interface {
apply(params *InitParams) error
+ prefix() string
Is(op Op) bool
fmt.Stringer