Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystem ¶
type FileSystem interface { Mount(ctx context.Context, snapshotID string, labels map[string]string) error WaitUntilReady(ctx context.Context, snapshotID string) error Umount(ctx context.Context, mountPoint string) error Cleanup(ctx context.Context) error Support(ctx context.Context, labels map[string]string) bool PrepareLayer(ctx context.Context, snapshot storage.Snapshot, labels map[string]string) error MountPoint(snapshotID string) (string, error) BootstrapFile(snapshotID string) (string, error) NewDaemonConfig(labels map[string]string) (config.DaemonConfig, error) }
Click to show internal directories.
Click to hide internal directories.