SetAlertConfig stores the alertmanager configuration for an user.
(ctx context.Context, cfg alertspb.AlertConfigDesc)
| 37 | |
| 38 | // SetAlertConfig stores the alertmanager configuration for an user. |
| 39 | SetAlertConfig(ctx context.Context, cfg alertspb.AlertConfigDesc) error |
| 40 | |
| 41 | // DeleteAlertConfig deletes the alertmanager configuration for an user. |
| 42 | // If configuration for the user doesn't exist, no error is reported. |
no outgoing calls