Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mounter ¶
type Mounter interface { Mount(env dockerdriver.Env, source string, target string, opts map[string]interface{}) error Unmount(env dockerdriver.Env, target string) error Check(env dockerdriver.Env, name, mountPoint string) bool Purge(env dockerdriver.Env, path string) }
Click to show internal directories.
Click to hide internal directories.