mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 04:59:15 -06:00
7 lines
93 B
Go
7 lines
93 B
Go
package models
|
|
|
|
type GrafanaServer interface {
|
|
Start()
|
|
Shutdown(code int, reason string)
|
|
}
|