Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDiffer ¶
func NewDiffer(preRs *git.RepoSpec, postRs *git.RepoSpec, epds []entrypoint.EntrypointFactory) *repoDiffer
Types ¶
type EntrypointDiff ¶
type EntrypointDiff struct { Entrypoint entrypoint.Entrypoint `json:"entrypoint"` Error error `json:"error"` Diff []resource.ResourceDiff `json:"diff"` All []resource.Resource `json:"all"` }
Click to show internal directories.
Click to hide internal directories.