mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 01:12:22 +08:00
Bus experiment
This commit is contained in:
3
main.go
3
main.go
@ -4,6 +4,7 @@ import (
|
||||
"os"
|
||||
"runtime"
|
||||
|
||||
"github.com/torkelo/grafana-pro/pkg/bus"
|
||||
"github.com/torkelo/grafana-pro/pkg/cmd"
|
||||
|
||||
"github.com/codegangsta/cli"
|
||||
@ -16,6 +17,8 @@ func init() {
|
||||
}
|
||||
|
||||
func main() {
|
||||
bus.InitBus()
|
||||
|
||||
app := cli.NewApp()
|
||||
app.Name = "Grafana Pro"
|
||||
app.Usage = "Grafana Pro Service"
|
||||
|
Reference in New Issue
Block a user