MCPcopy
hub / github.com/cloudfoundry/cli / OneTimeSSHCode

Struct OneTimeSSHCode

cf/commands/ssh_code.go:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type OneTimeSSHCode struct {
24 ui terminal.UI
25 config coreconfig.ReadWriter
26 authRepo authentication.Repository
27 endpointRepo coreconfig.EndpointRepository
28}
29
30func init() {
31 commandregistry.Register(&OneTimeSSHCode{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected