Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Actions ¶
type Actions interface {
Save(cmd *cobra.Command, args []string) error
List(cmd *cobra.Command, args []string) error
Inspect(cmd *cobra.Command, args []string) error
RM(cmd *cobra.Command, args []string) error
}
Actions defines snapshot management operations.
Click to show internal directories.
Click to hide internal directories.