Signed-off-by: huanggze <loganhuang@yunify.com>
pull/22926/head
huanggze 5 years ago committed by GitHub
parent 8e131384e3
commit aea3929154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkg/registry/registry.go

@ -68,7 +68,7 @@ func getServicesWithOverrides() []*Descriptor {
}
// Service interface is the lowest common shape that services
// are expected to forfill to be started within Grafana.
// are expected to fulfill to be started within Grafana.
type Service interface {
// Init is called by Grafana main process which gives the service

Loading…
Cancel
Save