mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Pass in receiver service to API struct (#81978)
This commit is contained in:
@@ -348,6 +348,7 @@ func (ng *AlertNG) init() error {
|
|||||||
StateManager: ng.stateManager,
|
StateManager: ng.stateManager,
|
||||||
AccessControl: ng.accesscontrol,
|
AccessControl: ng.accesscontrol,
|
||||||
Policies: policyService,
|
Policies: policyService,
|
||||||
|
ReceiverService: receiverService,
|
||||||
ContactPointService: contactPointService,
|
ContactPointService: contactPointService,
|
||||||
Templates: templateService,
|
Templates: templateService,
|
||||||
MuteTimings: muteTimingService,
|
MuteTimings: muteTimingService,
|
||||||
|
|||||||
Reference in New Issue
Block a user