()
| 60 | } |
| 61 | |
| 62 | func (c *webhookCollector) reset() { |
| 63 | c.mu.Lock() |
| 64 | defer c.mu.Unlock() |
| 65 | c.requests = nil |
| 66 | } |
| 67 | |
| 68 | // Helper to parse Slack webhook payload. |
| 69 | // Extracts section block texts from attachments[0].blocks (new format). |
no outgoing calls
no test coverage detected