mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 06:41:49 +08:00

* create notifications module and generate models * switch template group to app models * switch time intervals to use app models * switch receiver to use app models * switch routing tree to use app models * move schema registration to resource packages * fix package names to match app * fix codeowners * fix UI to use metadata.name instead of uid * update dockerfile * move generated models to pkg * remove provenance from field selector * move client factories to test files * rename GenericClient to TypedClient
6 lines
158 B
Go
6 lines
158 B
Go
package common
|
|
|
|
const InternalPrefix = "grafana.com/"
|
|
const ProvenanceStatusAnnotationKey = InternalPrefix + "provenance"
|
|
const ProvenanceStatusNone = "none"
|