sandbox: pass params to setup ops

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-03-14 02:11:38 +09:00
parent e94b09d337
commit a092b042ab
3 changed files with 5 additions and 5 deletions

View File

@@ -90,7 +90,7 @@ type (
Ops []Op
Op interface {
apply() error
apply(params *InitParams) error
Is(op Op) bool
fmt.Stringer