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

Struct Password

cf/commands/passwd.go:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type Password struct {
15 ui terminal.UI
16 pwdRepo password.Repository
17 config coreconfig.ReadWriter
18}
19
20func init() {
21 commandregistry.Register(&Password{})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected