LoggingNotifier notifies a log about a request
| 63 | |
| 64 | // LoggingNotifier notifies a log about a request |
| 65 | type LoggingNotifier struct { |
| 66 | } |
| 67 | |
| 68 | // Notify the LoggingNotifier about a request |
| 69 | func (LoggingNotifier) 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