feat(alerting): remove orgid from alertrule query
This commit is contained in:
@@ -89,6 +89,10 @@ type GetAlertsQuery struct {
|
||||
Result []AlertRule
|
||||
}
|
||||
|
||||
type GetAllAlertsQuery struct {
|
||||
Result []AlertRule
|
||||
}
|
||||
|
||||
type GetAlertsForExecutionQuery struct {
|
||||
Timestamp int64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user