HTTPClient is an interface for sending the notification HTTP request / testing
| 37 | |
| 38 | // HTTPClient is an interface for sending the notification HTTP request / testing |
| 39 | type HTTPClient interface { |
| 40 | Do(*http.Request) (*http.Response, error) |
| 41 | } |
| 42 | |
| 43 | // Options are config and extra params needed to send a notification |
| 44 | type Options struct { |
no outgoing calls
no test coverage detected
searching dependent graphs…