mirror of
https://github.com/go-micro/go-micro.git
synced 2025-07-12 22:41:07 +02:00
Update comments
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
// Package router provides an interface for micro network router
|
||||
// Package router provides a network routing control plane
|
||||
package router
|
||||
|
||||
// Router is micro network router
|
||||
// Router is an interface for a routing control plane
|
||||
type Router interface {
|
||||
// Init initializes the router with options
|
||||
Init(...Option) error
|
||||
|
Reference in New Issue
Block a user