| 15 | var redacted = "<redacted>" |
| 16 | |
| 17 | type ManifestDiffDisplayer struct { |
| 18 | UI command.UI |
| 19 | RedactEnv bool |
| 20 | } |
| 21 | |
| 22 | func redactEnvVarsInRawManifest(rawManifest []byte) ([]byte, error) { |
| 23 | var manifestDataStructure struct { |
nothing calls this directly
no outgoing calls
no test coverage detected