(params map[string]string)
| 65 | // a GET request challenge (e.g. WhatsApp Cloud API hub.challenge handshake). |
| 66 | type WebhookVerifier interface { |
| 67 | VerifyWebhook(params map[string]string) (*WebhookResponse, error) |
| 68 | } |
| 69 | |
| 70 | func NormalizeType(typ string) string { |
no outgoing calls
no test coverage detected