MCPcopy
hub / github.com/smallstep/cli / Option

Interface Option

utils/cautils/certificate_flow.go:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67type Option interface {
68 apply(fo *flowContext)
69}
70
71// WithSSHPublicKey sets the SSH public key used in the request.
72func WithSSHPublicKey(key ssh.PublicKey) Option {

Callers 2

NewCertificateFlowFunction · 0.65
NewTokenFlowFunction · 0.65

Implementers 2

funcFlowOptionutils/cautils/certificate_flow.go
Shellinternal/sshutil/shell.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…