Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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
Click to show internal directories.
Click to hide internal directories.