mirror of
https://github.com/stakater/Reloader.git
synced 2026-08-20 12:36:26 +00:00
chore: Fix formatting issues
This commit is contained in:
@@ -24,8 +24,8 @@ func NewGChatAlerter(webhookURL, proxyURL, additional string) *GChatAlerter {
|
||||
|
||||
// gchatMessage represents a Google Chat message.
|
||||
type gchatMessage struct {
|
||||
Text string `json:"text,omitempty"`
|
||||
Cards []gchatCard `json:"cards,omitempty"`
|
||||
Text string `json:"text,omitempty"`
|
||||
Cards []gchatCard `json:"cards,omitempty"`
|
||||
}
|
||||
|
||||
type gchatCard struct {
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
package leadership
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user