mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
7 lines
93 B
Go
7 lines
93 B
Go
package models
|
|
|
|
type GrafanaServer interface {
|
|
Start()
|
|
Shutdown(code int, reason string)
|
|
}
|