package
Version:
v1.0.7
Opens a new window with list of versions in this module.
Published: Jun 18, 2024
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GetForwardController(sshUser, sshHost, keyPath string) (startCh, cancelCh chan StartCh, exitCh chan struct{}, lports map[string]StartCh, runner func())
type StartCh struct {
RemotePort string `json:"remotePort"`
SshPort string `json:"sshPort"`
LocalPort string `json:"localPort"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.