sharethis/channel.go
2018-12-11 15:14:26 -05:00

8 lines
108 B
Go

package sharethis
import "golang.org/x/crypto/ssh"
type NewChannel struct {
ssh.NewChannel
DoZip bool
}