 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Runner ¶
type Runner struct {
	ConfigHolder      *framework.ConfigHolder
	ConnectionFactory connections.Factory
	Output            output.Interface
	Workspace         *workspaces.Workspace
	ResourceType      string
	ResourceName      string
	Format            string
	InputPrompter prompt.Interface
	Confirm       bool
}
    Runner is the runner implementation for the `rad resource delete` command.
func (*Runner) Run ¶
Run checks if the user has confirmed the deletion of the resource, and if so, attempts to delete the resource and logs the result. If an error occurs, it is returned.
 Click to show internal directories. 
   Click to hide internal directories.