Skip to content

Commit d889415

Browse files
committed
tech(tsdb): rename context to query
1 parent 653a050 commit d889415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tsdb/executor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package tsdb
33
import "context"
44

55
type Executor interface {
6-
Execute(ctx context.Context, queries QuerySlice, context *QueryContext) *BatchResult
6+
Execute(ctx context.Context, queries QuerySlice, query *QueryContext) *BatchResult
77
}
88

99
var registry map[string]GetExecutorFn

0 commit comments

Comments
 (0)