1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-18 22:17:44 +02:00

Fixed typos and simplified map iteration

This commit is contained in:
Milos Gajdos
2019-09-05 17:59:14 +01:00
parent ec354934e3
commit dddfb6f878
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ type Router interface {
Advertise() (<-chan *Advert, error)
// Process processes incoming adverts
Process(*Advert) error
// Solicit advertises the whole routing table ot the network
// Solicit advertises the whole routing table to the network
Solicit() error
// Lookup queries routes in the routing table
Lookup(Query) ([]Route, error)