MCPcopy
hub / github.com/gliderlabs/ssh / Option

FuncType Option

ssh.go:33–33  ·  view source on GitHub ↗

Option is a functional option handler for Server.

func(*Server) error

Source from the content-addressed store, hash-verified

31
32// Option is a functional option handler for Server.
33type Option func(*Server) error
34
35// Handler is a callback for handling established SSH sessions.
36type Handler func(Session)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…