Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command struct {
// Command is the tools cobra.Command instance
Command *cobra.Command
// Config contains application configuration
Config *config.Config
}
Command encapsulates the tools dump command with its associated configuration.
func NewCacheCommand ¶
NewCacheCommand creates a Command for displaying tools information.
Click to show internal directories.
Click to hide internal directories.