Skip to content

Commit

Permalink
fixing lint
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Tanaka <[email protected]>
  • Loading branch information
pedro-stanaka committed May 15, 2024
1 parent 1fa16f4 commit 7361e9f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions pkg/query/remote_engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,6 @@ type Client struct {
tsdbInfos infopb.TSDBInfos
}

type remoteEnginePhases int

const (
remoteExecutionPhase remoteEnginePhases = iota
remoteSeriesPhase
)

func (r remoteEnginePhases) String() string {
switch r {
case remoteExecutionPhase:
return "execution"
case remoteSeriesPhase:
return "series"
default:
return "unknown"
}
}

// NewClient creates a new Client.
func NewClient(queryClient querypb.QueryClient, address string, tsdbInfos infopb.TSDBInfos) Client {
return Client{
Expand Down

0 comments on commit 7361e9f

Please sign in to comment.