AgentOption is the type used for variadic options in Agent methods.
func(o *options)
| 27 | |
| 28 | // AgentOption is the type used for variadic options in Agent methods. |
| 29 | type AgentOption func(o *options) |
| 30 | |
| 31 | // WithSignatureKey filters certificate not signed by the given signing keys. |
| 32 | func WithSignatureKey(keys []ssh.PublicKey) AgentOption { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…