Extract some stuff out

This commit is contained in:
Olivier Tremblay 2018-12-11 15:14:26 -05:00
parent 8675e6815a
commit 46286cb851
No known key found for this signature in database
GPG key ID: D1C73ACB855E3A6D
3 changed files with 199 additions and 114 deletions

8
channel.go Normal file
View file

@ -0,0 +1,8 @@
package sharethis
import "golang.org/x/crypto/ssh"
type NewChannel struct {
ssh.NewChannel
DoZip bool
}