Option is a functional option handler for Server.
func(*Server) error
| 31 | |
| 32 | // Option is a functional option handler for Server. |
| 33 | type Option func(*Server) error |
| 34 | |
| 35 | // Handler is a callback for handling established SSH sessions. |
| 36 | type Handler func(Session) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…