(context.Context, Mount, string, []ActiveMount)
| 45 | // and does not replace the mount calls for system mounts. |
| 46 | type Handler interface { |
| 47 | Mount(context.Context, Mount, string, []ActiveMount) (ActiveMount, error) |
| 48 | Unmount(context.Context, string) error |
| 49 | } |
| 50 |
no outgoing calls