mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
5 lines
101 B
Go
5 lines
101 B
Go
|
package types
|
||
|
|
||
|
// NodeID is a unique identifier for a node across space and time.
|
||
|
type NodeID string
|