diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-04-01 01:21:04 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-04-01 01:21:04 +0900 |
| commit | 0ba8be659f0bb22065824190e2d872d869a2fe92 (patch) | |
| tree | b9f7400cdfcd6137f34bf444f26ebf4bdf3b3eb6 /sandbox/container.go | |
| parent | 022242a84aea7e75676b1b491c01b7240f77540e (diff) | |
sandbox: document less obvious parts of setup
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'sandbox/container.go')
| -rw-r--r-- | sandbox/container.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sandbox/container.go b/sandbox/container.go index 58c9749d..7bbdf25c 100644 --- a/sandbox/container.go +++ b/sandbox/container.go @@ -104,16 +104,6 @@ type ( Flags HardeningFlags } - - Ops []Op - Op interface { - early(params *Params) error - apply(params *Params) error - prefix() string - - Is(op Op) bool - fmt.Stringer - } ) func (p *Container) Start() error { |
