sandbox: pass params to setup ops
Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -90,7 +90,7 @@ type (
|
||||
|
||||
Ops []Op
|
||||
Op interface {
|
||||
apply() error
|
||||
apply(params *InitParams) error
|
||||
|
||||
Is(op Op) bool
|
||||
fmt.Stringer
|
||||
|
||||
Reference in New Issue
Block a user