Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶
type Command interface { DownloadConfigsBasedOnManifest(ctx context.Context, fs afero.Fs, cmdOptions downloadCmdOptions) error DownloadConfigs(ctx context.Context, fs afero.Fs, cmdOptions downloadCmdOptions) error }
Command is used to test the CLi commands properly without executing the actual monaco download.
The actual implementations are in the DefaultCommand struct.
type DefaultCommand ¶
type DefaultCommand struct{}
DefaultCommand is used to implement the Command interface.
func (DefaultCommand) DownloadConfigs ¶
func (DefaultCommand) DownloadConfigsBasedOnManifest ¶
Click to show internal directories.
Click to hide internal directories.