Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCommandExecutorFunc ¶
func CreateCommandExecutorFunc(cmd string) tools.CommandExecutorFunc
CreateCommandExecutorFunc creates a CommandExecutor for a specific az command
Types ¶
type AzExecutor ¶
type AzExecutor struct{}
AzExecutor implements the CommandExecutor interface for az commands
func (*AzExecutor) Execute ¶
func (e *AzExecutor) Execute(params map[string]interface{}, cfg *config.ConfigData) (string, error)
Execute handles general az command execution
func (*AzExecutor) ExecuteSpecificCommand ¶
func (e *AzExecutor) ExecuteSpecificCommand(cmd string, params map[string]interface{}, cfg *config.ConfigData) (string, error)
ExecuteSpecificCommand executes a specific az command with the given arguments
Click to show internal directories.
Click to hide internal directories.