Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module interface {
// Name returns the module's name
Name() string
// RegisterCommands registers the module's commands with the root command
RegisterCommands(rootCmd *cobra.Command)
}
Module is the interface that all command modules must implement
Click to show internal directories.
Click to hide internal directories.