MCPcopy Index your code
hub / github.com/smallstep/cli / AgentOption

FuncType AgentOption

internal/sshutil/agent.go:29–29  ·  view source on GitHub ↗

AgentOption is the type used for variadic options in Agent methods.

func(o *options)

Source from the content-addressed store, hash-verified

27
28// AgentOption is the type used for variadic options in Agent methods.
29type AgentOption func(o *options)
30
31// WithSignatureKey filters certificate not signed by the given signing keys.
32func WithSignatureKey(keys []ssh.PublicKey) AgentOption {

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…