Extract some stuff out
This commit is contained in:
parent
8675e6815a
commit
46286cb851
3 changed files with 199 additions and 114 deletions
8
channel.go
Normal file
8
channel.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package sharethis
|
||||
|
||||
import "golang.org/x/crypto/ssh"
|
||||
|
||||
type NewChannel struct {
|
||||
ssh.NewChannel
|
||||
DoZip bool
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue