Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + func NewRouter(b Backend, decoder httputils.ContainerDecoder) router.Router + type Backend interface + CheckpointCreate func(container string, config types.CheckpointCreateOptions) error + CheckpointDelete func(container string, config types.CheckpointDeleteOptions) error + CheckpointList func(container string, config types.CheckpointListOptions) ([]types.Checkpoint, error)