package checkpoint
import "github.com/dotcloud/docker/api/server/router/checkpoint"
Index ¶
Functions ¶
func NewRouter ¶
func NewRouter(b Backend, decoder httputils.ContainerDecoder) router.Router
NewRouter initializes a new checkpoint router
Types ¶
type Backend ¶
type Backend interface {
CheckpointCreate(container string, config checkpoint.CreateOptions) error
CheckpointDelete(container string, config checkpoint.DeleteOptions) error
CheckpointList(container string, config checkpoint.ListOptions) ([]checkpoint.Summary, error)
}
Backend for Checkpoint
Source Files ¶
backend.go checkpoint.go checkpoint_routes.go
- Version
- v28.5.2+incompatible (latest)
- Published
- Nov 5, 2025
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 58 minutes ago –
Tools for package owners.