include pastebin
This commit is contained in:
parent
13a0b53e3e
commit
83b37864ef
9 changed files with 188 additions and 14 deletions
|
|
@ -3,6 +3,6 @@ package ussher
|
|||
import "golang.org/x/crypto/ssh"
|
||||
|
||||
type SSHApp interface {
|
||||
HandleExec(appstring string, conn *ssh.ServerConn, channel ssh.Channel)
|
||||
HandleExec(appstring string, conn *ssh.ServerConn, channel ssh.Channel) error
|
||||
Close() error
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue