middleware.go

1package middleware
2
3import "github.com/gliderlabs/ssh"
4
5type Middleware func(ssh.Handler) ssh.Handler