Commit d889415c by bergquist

tech(tsdb): rename context to query

parent 653a0502
...@@ -3,7 +3,7 @@ package tsdb ...@@ -3,7 +3,7 @@ package tsdb
import "context" import "context"
type Executor interface { type Executor interface {
Execute(ctx context.Context, queries QuerySlice, context *QueryContext) *BatchResult Execute(ctx context.Context, queries QuerySlice, query *QueryContext) *BatchResult
} }
var registry map[string]GetExecutorFn var registry map[string]GetExecutorFn
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment