We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfaa20 commit 0c1a5f8Copy full SHA for 0c1a5f8
api/api.go
@@ -57,7 +57,7 @@ type Options struct {
57
AlertStatusFunc func(model.Fingerprint) types.AlertStatus
58
// GroupMutedFunc is used be the API to know if an alert is muted.
59
// Mandatory.
60
- GroupMutedFunc func(routeID string, groupKey string) ([]string, bool)
+ GroupMutedFunc func(routeID, groupKey string) ([]string, bool)
61
// Peer from the gossip cluster. If nil, no clustering will be used.
62
Peer cluster.ClusterPeer
63
// Timeout for all HTTP connections. The zero value (and negative
0 commit comments