Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Sep 11, 2024
1 parent 3af9969 commit 7a6255a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"time"

"github.com/m-lab/locate/api/locate"
v2 "github.com/m-lab/locate/api/v2"
locatev2 "github.com/m-lab/locate/api/v2"
"github.com/neubot/dash/internal"
"github.com/neubot/dash/model"
"github.com/neubot/dash/spec"
Expand Down Expand Up @@ -43,7 +43,7 @@ var (

// locator is an interface used to locate a server.
type locator interface {
Nearest(ctx context.Context, service string) ([]v2.Target, error)
Nearest(ctx context.Context, service string) ([]locatev2.Target, error)
}

// dependencies contains mockable dependencies to test the client
Expand Down

0 comments on commit 7a6255a

Please sign in to comment.