Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteCommand ¶
func ExecuteCommand( ctx context.Context, client client2.WorkspaceClient, addPrivateKeys bool, agentInject AgentInjectFunc, sshCommand, command string, log log.Logger, tunnelServerFunc TunnelServerFunc, ) (*config2.Result, error)
ExecuteCommand runs the command in an SSH Tunnel and returns the result.
Types ¶
type AgentInjectFunc ¶
type TunnelLogStreamer ¶ added in v0.9.1
type TunnelLogStreamer struct {
// contains filtered or unexported fields
}
func NewTunnelLogStreamer ¶ added in v0.9.1
func NewTunnelLogStreamer(logger log.Logger) *TunnelLogStreamer
func (*TunnelLogStreamer) Close ¶ added in v0.9.1
func (l *TunnelLogStreamer) Close() error
func (*TunnelLogStreamer) ErrorOutput ¶ added in v0.9.1
func (l *TunnelLogStreamer) ErrorOutput() string
Click to show internal directories.
Click to hide internal directories.