(context.Context, string)
| 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) |
| 38 | List(context.Context, ...string) ([]ActivationInfo, error) |
no outgoing calls