1
0
Fork 0
golang-github-nicholas-fedo.../pkg/services/googlechat/googlechat_json.go
Daniel Baumann c0c4addb85
Adding upstream version 0.8.9.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-22 10:16:14 +02:00

6 lines
133 B
Go

package googlechat
// JSON is the actual payload being sent to the Google Chat API.
type JSON struct {
Text string `json:"text"`
}