Default datasource and event system test
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package account
|
||||
|
||||
import (
|
||||
"github.com/torkelo/grafana-pro/pkg/bus"
|
||||
)
|
||||
|
||||
func InitAccountService() {
|
||||
bus.ListenTo()
|
||||
}
|
||||
Reference in New Issue
Block a user