| 11 | ) |
| 12 | |
| 13 | type CredentialsOrJSON struct { |
| 14 | types.OptionalObject |
| 15 | UserPromptCredentials []string |
| 16 | } |
| 17 | |
| 18 | func (c *CredentialsOrJSON) UnmarshalFlag(input string) error { |
| 19 | c.IsSet = true |
nothing calls this directly
no outgoing calls
no test coverage detected