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

Struct funcFlowOption

utils/cautils/certificate_flow.go:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51var sharedContext flowContext
52
53type funcFlowOption struct {
54 f func(fo *flowContext)
55}
56
57func (ffo *funcFlowOption) apply(fo *flowContext) {
58 ffo.f(fo)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected