import "github.com/docker/docker/api/server/router/checkpoint"
backend.go checkpoint.go checkpoint_routes.go
NewRouter initializes a new checkpoint router
type Backend interface { CheckpointCreate(container string, config types.CheckpointCreateOptions) error CheckpointDelete(container string, config types.CheckpointDeleteOptions) error CheckpointList(container string, config types.CheckpointListOptions) ([]types.Checkpoint, error) }
Backend for Checkpoint
Package checkpoint imports 6 packages (graph) and is imported by 6 packages. Updated 2018-04-28. Refresh now. Tools for package owners.