Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Serv ¶
type Serv struct {
KeyFile string
Config *ssh.ServerConfig
Listener *net.Listener
Handler ServHandler
}
func (*Serv) Init ¶
func (s *Serv) Init(handler ServHandler) error
type ServHandler ¶
type ServHandler func(c SshConn)
Click to show internal directories.
Click to hide internal directories.