Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrPortAvailable = fmt.Errorf("port is not available")
Functions ¶
Types ¶
type RemoteConn ¶
type RemoteConn interface {
FS
RemoteShell // TODO: should be removed after refactoring.
Forwarder
}
type RemoteShell ¶
type WithCloser ¶
WithCloser is a helper to create an io.ReadCloser from an io.Reader and a close function.
func (WithCloser) Close ¶
func (w WithCloser) Close() error
Click to show internal directories.
Click to hide internal directories.