mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
refactor: banish TheInternet
TheInternet hasn't existed as a single node for a long time. We also move & export the IsInternetNode predicate so it can be used in more places.
This commit is contained in:
@@ -5,9 +5,6 @@ import (
|
||||
"strings"
|
||||
)
|
||||
|
||||
// TheInternet is used as a node ID to indicate a remote IP.
|
||||
const TheInternet = "theinternet"
|
||||
|
||||
// Delimiters are used to separate parts of node IDs, to guarantee uniqueness
|
||||
// in particular contexts.
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user