diff --git a/app/discovery/discovery.go b/app/discovery/discovery.go index a21a582..50645a7 100644 --- a/app/discovery/discovery.go +++ b/app/discovery/discovery.go @@ -377,6 +377,7 @@ func Contains(e string, s []string) bool { return false } +// IsAlive indicates whether mapper destination is alive func (m URLMapper) IsAlive() bool { return !m.dead }