mirror of
https://github.com/Adembc/lazyssh.git
synced 2026-07-14 12:13:34 +02:00
feat: support interactive SSH port forwarding (#67)
This commit is contained in:
@@ -27,5 +27,9 @@ type ServerService interface {
|
||||
DeleteServer(server domain.Server) error
|
||||
SetPinned(alias string, pinned bool) error
|
||||
SSH(alias string) error
|
||||
SSHWithArgs(alias string, extraArgs []string) error
|
||||
StartForward(alias string, extraArgs []string) (int, error)
|
||||
StopForwarding(alias string) error
|
||||
IsForwarding(alias string) bool
|
||||
Ping(server domain.Server) (bool, time.Duration, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user