| 157 | } |
| 158 | |
| 159 | type FakeCoordinator struct { |
| 160 | CoordinateCalls chan *FakeCoordinate |
| 161 | } |
| 162 | |
| 163 | func (*FakeCoordinator) ServeHTTPDebug(http.ResponseWriter, *http.Request) { |
| 164 | panic("unimplemented") |
nothing calls this directly
no outgoing calls
no test coverage detected