Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Driver ¶
type Driver interface { Create(id, parent string) error Remove(id string) error Get(id, mountLabel string) (string, error) Put(id string) error Exists(id string) bool Status() [][2]string GetMetadata(id string) (map[string]string, error) Cleanup() error }
Driver represent the interface a driver must fulfill.
Click to show internal directories.
Click to hide internal directories.