mysql: minor progress on response processing
This commit is contained in:
+4
-3
@@ -45,9 +45,10 @@ func (br *BatchResult) WithError(err error) *BatchResult {
|
||||
}
|
||||
|
||||
type QueryResult struct {
|
||||
Error error `json:"error"`
|
||||
RefId string `json:"refId"`
|
||||
Series TimeSeriesSlice `json:"series"`
|
||||
Error error `json:"-"`
|
||||
ErrorString string `json:"error"`
|
||||
RefId string `json:"refId"`
|
||||
Series TimeSeriesSlice `json:"series"`
|
||||
}
|
||||
|
||||
type TimeSeries struct {
|
||||
|
||||
Reference in New Issue
Block a user