Documentation ¶ Index ¶ type Provider Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Provider ¶ type Provider interface { // Prepare prepares the rootfs of ref and returns a stack of mount Prepare(ref types.Reference, key string) ([]mount.Mount, error) // Remove removes the resources bonded with the key Remove(key string) error } Provider provides rootfs to other services Source Files ¶ View all Source files provider.go Directories ¶ Show internal Expand all Path Synopsis containerd Click to show internal directories. Click to hide internal directories.