Documentation
¶
Overview ¶
Package outputdiff compares recorded and reproduced task output maps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Change ¶
type Change struct {
Key string `json:"key"`
Recorded string `json:"recorded"`
Reproduced string `json:"reproduced"`
}
Change is a key whose recorded and reproduced values differ.
type Diff ¶
type Diff struct {
Added []Entry `json:"added,omitempty"`
Removed []Entry `json:"removed,omitempty"`
Changed []Change `json:"changed,omitempty"`
}
Diff is the deterministic comparison of recorded vs reproduced outputs.
Click to show internal directories.
Click to hide internal directories.