| 26 | } |
| 27 | |
| 28 | type DiffMode struct { |
| 29 | Hoverfly HoverflyDiff |
| 30 | DiffReport v2.DiffReport |
| 31 | Arguments ModeArguments |
| 32 | } |
| 33 | |
| 34 | func (this *DiffMode) View() v2.ModeView { |
| 35 | return v2.ModeView{ |
nothing calls this directly
no outgoing calls
no test coverage detected