package
0.0.0-20240808064854-b7c654dd548d
Repository: https://github.com/platform9/pf9ctl.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
Avoid confidential information from getting logged.
No description provided by the author
No description provided by the author
NewRemoteExecutor create an Executor interface to execute commands remotely.
# Variables
To fetch the stderr after executing command.
# Structs
LocalExecutor as the name implies executes commands locally.
No description provided by the author
RemoteExecutor as the name implies runs commands usign SSH on remote host.
# Interfaces
Executor interface abstracts us from local or remote execution.