MCPcopy Create free account
hub / github.com/cloudfoundry/cli / ManifestDiffDisplayer

Struct ManifestDiffDisplayer

command/v7/shared/manifest_diff_displayer.go:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15var redacted = "<redacted>"
16
17type ManifestDiffDisplayer struct {
18 UI command.UI
19 RedactEnv bool
20}
21
22func redactEnvVarsInRawManifest(rawManifest []byte) ([]byte, error) {
23 var manifestDataStructure struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected