Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(name string, driver UpstreamProvider)
Types ¶
type UpstreamHandler ¶
type UpstreamHandler func(conn ssh.ConnMetadata) (net.Conn, *ssh.SSHPiperAuthPipe, error)
type UpstreamProvider ¶
type UpstreamProvider interface { registry.Plugin GetFindUpstreamHandle() UpstreamHandler }
func Get ¶
func Get(name string) UpstreamProvider
Click to show internal directories.
Click to hide internal directories.