Receiver is the receiver for Slack.
| 79 | |
| 80 | // Receiver is the receiver for Slack. |
| 81 | type Receiver struct { |
| 82 | } |
| 83 | |
| 84 | func levelColor(level webhook.Level) string { |
| 85 | switch level { |
nothing calls this directly
no outgoing calls
no test coverage detected