| 86 | } |
| 87 | |
| 88 | type testNotifier struct { |
| 89 | StatusReceived int |
| 90 | } |
| 91 | |
| 92 | // Notify about service metrics |
| 93 | func (tf *testNotifier) Notify(method string, URL string, originalURL string, statusCode int, event string, duration time.Duration) { |
nothing calls this directly
no outgoing calls
no test coverage detected