mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 06:12:49 +08:00
refactor response flow
This commit is contained in:
@ -81,7 +81,7 @@ func (e *MysqlExecutor) initEngine() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (e *MysqlExecutor) Execute(ctx context.Context, queries tsdb.QuerySlice, context *tsdb.QueryContext) *tsdb.BatchResult {
|
||||
func (e *MysqlExecutor) Execute(ctx context.Context, queries tsdb.QuerySlice, context *tsdb.TsdbQuery) *tsdb.BatchResult {
|
||||
result := &tsdb.BatchResult{
|
||||
QueryResults: make(map[string]*tsdb.QueryResult),
|
||||
}
|
||||
|
Reference in New Issue
Block a user