~xenrox/ntfy-alertmanager

8868bfa20dab36a76c6dae78851cbd4dc5aa4acc — Thorben Günther 6 months ago 9a030f2
Run gofmt
2 files changed, 4 insertions(+), 4 deletions(-)

M config/config.go
M config/config_test.go
M config/config.go => config/config.go +2 -2
@@ 77,8 77,8 @@ type alertmanagerConfig struct {
}

type resolvedConfig struct {
	Tags []string
	Icon string
	Tags     []string
	Icon     string
	Priority string
}


M config/config_test.go => config/config_test.go +2 -2
@@ 105,8 105,8 @@ cache {
			URL:             "https://alertmanager.xenrox.net",
		},
		Resolved: resolvedConfig{
			Tags: []string{"resolved", "partying_face"},
			Icon: "https://foo.com/resolved.png",
			Tags:     []string{"resolved", "partying_face"},
			Icon:     "https://foo.com/resolved.png",
			Priority: "1",
		},
	}