(context.Context, string, []Mount, ...ActivateOpt)
| 32 | // manager will be done outside the container's namespace. |
| 33 | type Manager interface { |
| 34 | Activate(context.Context, string, []Mount, ...ActivateOpt) (ActivationInfo, error) |
| 35 | Deactivate(context.Context, string) error |
| 36 | Info(context.Context, string) (ActivationInfo, error) |
| 37 | Update(context.Context, ActivationInfo, ...string) (ActivationInfo, error) |
no outgoing calls