tech(server): remove unused code

This commit is contained in:
bergquist
2017-02-06 09:39:40 +01:00
parent a32b7dfb9d
commit 52566376b2
2 changed files with 0 additions and 18 deletions

View File

@@ -1,10 +1,6 @@
package models
import "context"
type GrafanaServer interface {
context.Context
Start()
Shutdown(code int, reason string)
}