aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox/container.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-03-17 16:37:56 +0900
committerOphestra <cat@gensokyo.uk>2025-03-17 16:37:56 +0900
commitaf3619d440d2d9c5bc0340653e4dd7cf98275e4a (patch)
tree964c61da8805777c1380f62a1453124d41e7f52d /sandbox/container.go
parent528674cb6e982978a72cdcd7337144cda12ab025 (diff)
sandbox: create symlinks
Signed-off-by: Ophestra <cat@gensokyo.uk>
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