feat(websockets): inital work on websockets, #4355

This commit is contained in:
Torkel Ödegaard
2016-03-14 11:59:51 +01:00
parent 5b6754ce6c
commit fbd94fc6ce
11 changed files with 88 additions and 13 deletions

View File

@ -4,7 +4,7 @@ import (
"github.com/go-macaron/binding"
"github.com/grafana/grafana/pkg/api/avatar"
"github.com/grafana/grafana/pkg/api/dtos"
"github.com/grafana/grafana/pkg/live"
"github.com/grafana/grafana/pkg/api/live"
"github.com/grafana/grafana/pkg/middleware"
m "github.com/grafana/grafana/pkg/models"
"gopkg.in/macaron.v1"