More work on email and notification infra #1456

This commit is contained in:
Torkel Ödegaard
2015-06-05 08:15:38 +02:00
parent 3706d0dedd
commit c709a28f02
14 changed files with 54 additions and 15 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"github.com/grafana/grafana/pkg/metrics"
"github.com/grafana/grafana/pkg/middleware"
m "github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/search"
"github.com/grafana/grafana/pkg/services/search"
"github.com/grafana/grafana/pkg/setting"
"github.com/grafana/grafana/pkg/util"
)