pkg/proxy: remove equal method from endpoint interface

Signed-off-by: Daman Arora <aroradaman@gmail.com>
This commit is contained in:
Daman Arora
2023-08-27 18:16:44 +05:30
parent c4f4e3bc43
commit 01df59a73b
3 changed files with 3 additions and 23 deletions

View File

@@ -131,8 +131,6 @@ type Endpoint interface {
IP() string
// Port returns the Port part of the endpoint.
Port() (int, error)
// Equal checks if two endpoints are equal.
Equal(Endpoint) bool
// GetNodeName returns the node name for the endpoint
GetNodeName() string
// GetZone returns the zone for the endpoint