Remove dead link code

This commit is contained in:
Asim Aslam
2019-09-11 11:57:41 -07:00
parent 9ca7d90f11
commit 6819386e05
4 changed files with 27 additions and 119 deletions

View File

@@ -15,6 +15,8 @@ var (
ErrDialTimeout = errors.New("dial timeout")
// ErrDiscoverChan is returned when we failed to receive the "announce" back from a discovery
ErrDiscoverChan = errors.New("failed to discover channel")
// ErrLinkNotFound is returned when a link is specified at dial time and does not exist
ErrLinkNotFound = errors.New("link not found")
)
// Tunnel creates a gre tunnel on top of the go-micro/transport.