teamsNotifier sends notifications to teams or mattermost.
| 24 | |
| 25 | // teamsNotifier sends notifications to teams or mattermost. |
| 26 | type teamsNotifier struct { |
| 27 | URL string |
| 28 | } |
| 29 | |
| 30 | func (s *teamsNotifier) Notify(domain, provider, msg string, err error, preview bool) error { |
| 31 | var payload struct { |
nothing calls this directly
no outgoing calls
no test coverage detected