Run gofmt
This commit is contained in:
parent
9a030f2902
commit
8868bfa20d
2 changed files with 4 additions and 4 deletions
|
@ -77,8 +77,8 @@ type alertmanagerConfig struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type resolvedConfig struct {
|
type resolvedConfig struct {
|
||||||
Tags []string
|
Tags []string
|
||||||
Icon string
|
Icon string
|
||||||
Priority string
|
Priority string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -105,8 +105,8 @@ cache {
|
||||||
URL: "https://alertmanager.xenrox.net",
|
URL: "https://alertmanager.xenrox.net",
|
||||||
},
|
},
|
||||||
Resolved: resolvedConfig{
|
Resolved: resolvedConfig{
|
||||||
Tags: []string{"resolved", "partying_face"},
|
Tags: []string{"resolved", "partying_face"},
|
||||||
Icon: "https://foo.com/resolved.png",
|
Icon: "https://foo.com/resolved.png",
|
||||||
Priority: "1",
|
Priority: "1",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue