MCPcopy
hub / github.com/kptdev/kpt / PkgDiffer

Interface PkgDiffer

internal/util/diff/diff.go:245–247  ·  view source on GitHub ↗

PkgDiffer knows how to compare given packages.

Source from the content-addressed store, hash-verified

243
244// PkgDiffer knows how to compare given packages.
245type PkgDiffer interface {
246 Diff(pkgs ...string) error
247}
248
249type defaultPkgDiffer struct {
250 // DiffType specifies the type of changes to show

Callers 4

RunMethod · 0.65
errorIfChangedFunction · 0.65
TestSetV2AutoSetterFunction · 0.65
TestEnvironmentSettersFunction · 0.65

Implementers 1

defaultPkgDifferinternal/util/diff/diff.go

Calls

no outgoing calls

Tested by

no test coverage detected