(context.Context, string)
| 46 | type Handler interface { |
| 47 | Mount(context.Context, Mount, string, []ActiveMount) (ActiveMount, error) |
| 48 | Unmount(context.Context, string) error |
| 49 | } |
| 50 | |
| 51 | // Transformer is an interface that can make changes to the mount based on |
no outgoing calls