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

Method DisplayDiff

command/v7/push_command.go:78–78  ·  view source on GitHub ↗
(rawManifest []byte, diff resources.ManifestDiff)

Source from the content-addressed store, hash-verified

76
77type DiffDisplayer interface {
78 DisplayDiff(rawManifest []byte, diff resources.ManifestDiff) error
79}
80
81type PushCommand struct {

Callers 3

ExecuteMethod · 0.65
showManifestDiffMethod · 0.65

Implementers 2

ManifestDiffDisplayercommand/v7/shared/manifest_diff_displa
FakeDiffDisplayercommand/v7/v7fakes/fake_diff_displayer

Calls

no outgoing calls

Tested by

no test coverage detected