mysql: worked on mysql data soruce

This commit is contained in:
Torkel Ödegaard
2017-04-20 17:10:09 +02:00
parent 1bbc149089
commit c78c460f79
10 changed files with 114 additions and 39 deletions

View File

@@ -27,6 +27,7 @@ type Request struct {
type Response struct {
BatchTimings []*BatchTiming `json:"timings"`
Results map[string]*QueryResult `json:"results"`
Message string `json:"message,omitempty"`
}
type BatchTiming struct {