Signed-off-by: huanggze <loganhuang@yunify.com>
This commit is contained in:
huanggze
2020-03-20 19:46:07 +08:00
committed by GitHub
parent 8e131384e3
commit aea3929154

View File

@@ -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