MCPcopy Index your code
hub / github.com/SpectoLabs/hoverfly / DiffMode

Struct DiffMode

core/modes/diff_mode.go:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type DiffMode struct {
29 Hoverfly HoverflyDiff
30 DiffReport v2.DiffReport
31 Arguments ModeArguments
32}
33
34func (this *DiffMode) View() v2.ModeView {
35 return v2.ModeView{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected