mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-12 22:07:47 +02:00
update comment
This commit is contained in:
@ -41,7 +41,7 @@ type Node interface {
|
|||||||
|
|
||||||
// Link is a connection between one network and another
|
// Link is a connection between one network and another
|
||||||
type Link interface {
|
type Link interface {
|
||||||
// remote node the link is to
|
// remote node the link is peered with
|
||||||
Node
|
Node
|
||||||
// length defines the speed or distance of the link
|
// length defines the speed or distance of the link
|
||||||
Length() int
|
Length() int
|
||||||
|
Reference in New Issue
Block a user