Documentation
¶
Index ¶
- func Command(h Actions) *cobra.Command
- type Actions
- type Handler
- func (h Handler) Import(cmd *cobra.Command, args []string) error
- func (h Handler) Inspect(cmd *cobra.Command, args []string) error
- func (h Handler) List(cmd *cobra.Command, _ []string) error
- func (h Handler) Pull(cmd *cobra.Command, args []string) error
- func (h Handler) RM(cmd *cobra.Command, args []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Actions ¶
type Actions interface {
Pull(cmd *cobra.Command, args []string) error
Import(cmd *cobra.Command, args []string) error
List(cmd *cobra.Command, args []string) error
RM(cmd *cobra.Command, args []string) error
Inspect(cmd *cobra.Command, args []string) error
}
Actions defines image management operations.
type Handler ¶
type Handler struct {
cmdcore.BaseHandler
}
Click to show internal directories.
Click to hide internal directories.