package volume
import "github.com/docker/cli/components/engine/api/server/router/volume"
Index ¶
Functions ¶
func NewRouter ¶
NewRouter initializes a new volume router
Types ¶
type Backend ¶
type Backend interface { Volumes(filter string) ([]*types.Volume, []string, error) VolumeInspect(name string) (*types.Volume, error) VolumeCreate(name, driverName string, opts, labels map[string]string) (*types.Volume, error) VolumeRm(name string, force bool) error VolumesPrune(ctx context.Context, pruneFilters filters.Args) (*types.VolumesPruneReport, error) }
Backend is the methods that need to be implemented to provide volume specific functionality
Source Files ¶
backend.go volume.go volume_routes.go
- Version
- v17.10.0-ce-rc2+incompatible
- Published
- Oct 12, 2017
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 4 hours ago –
Tools for package owners.