MCPcopy Index your code
hub / github.com/cloudfoundry/cli / CredentialsOrJSON

Struct CredentialsOrJSON

command/flag/credentials_or_json.go:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type CredentialsOrJSON struct {
14 types.OptionalObject
15 UserPromptCredentials []string
16}
17
18func (c *CredentialsOrJSON) UnmarshalFlag(input string) error {
19 c.IsSet = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected