sharethis/channel.go

9 lines
108 B
Go
Raw Normal View History

2018-12-11 15:14:26 -05:00
package sharethis
import "golang.org/x/crypto/ssh"
type NewChannel struct {
ssh.NewChannel
DoZip bool
}