Versions in this module Expand all Collapse all v1 v1.5.34 Feb 5, 2023 Changes in this version + func GetSystemShellPath(path string) []string + func Start(command string) error + type Shell struct + Cancel context.CancelFunc + Command *exec.Cmd + ID uint64 + Stderr io.ReadCloser + Stdin io.WriteCloser + Stdout io.ReadCloser + func StartInteractive(tunnelID uint64, command []string, _ bool) (*Shell, error) + func StartInteractive(tunnelID uint64, command []string, enablePty bool) (*Shell, error) + func (s *Shell) Start() error + func (s *Shell) Stop() + func (s *Shell) Wait() error v1.2.8-test Feb 5, 2023