mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Provisioning API - Contact points (#47197)
This commit is contained in:
committed by
GitHub
parent
5fb80498b1
commit
388ecb4037
@@ -3,8 +3,10 @@ package models
|
||||
type Provenance string
|
||||
|
||||
const (
|
||||
// ProvenanceNone reflects the provenance when no provenance is stored
|
||||
// for the requested object in the database.
|
||||
ProvenanceNone Provenance = ""
|
||||
ProvenanceApi Provenance = "api"
|
||||
ProvenanceAPI Provenance = "api"
|
||||
ProvenanceFile Provenance = "file"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user