Default datasource and event system test

This commit is contained in:
Torkel Ödegaard
2015-01-09 11:01:37 +01:00
parent f99e1ba441
commit d562dcd90c
7 changed files with 140 additions and 97 deletions
+9
View File
@@ -0,0 +1,9 @@
package account
import (
"github.com/torkelo/grafana-pro/pkg/bus"
)
func InitAccountService() {
bus.ListenTo()
}