Skip to content

Commit

Permalink
remove copypasted comment
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Chiang <roychi@amazon.com>
  • Loading branch information
roystchiang committed Jul 27, 2021
1 parent 933b325 commit f3b2dfb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/discovery/memcache/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ type Node struct {
}

type Resolver interface {
// Resolve performs a DNS lookup and returns a list of records.
// name is the domain name to be resolved.
// qtype is the query type. Accepted values are `dns` for A/AAAA lookup and `dnssrv` for SRV lookup.
// If scheme is passed through name, it is preserved on IP results.
Resolve(ctx context.Context, address string) (*ClusterConfig, error)
}

Expand Down

0 comments on commit f3b2dfb

Please sign in to comment.