Versions in this module Expand all Collapse all v0 v0.2.2 Oct 26, 2024 v0.2.1 Aug 14, 2024 v0.2.0 Aug 14, 2024 Changes in this version + type GoogleChat struct + WebhookURL string + func NewGoogleChat() *GoogleChat + func (gc *GoogleChat) SendGridCard(title string, gridMsgs [][]string) bool + func (gc *GoogleChat) SendMessage(message string) bool + func (gc *GoogleChat) SetWebhookURL(url string)