First commit: Outline of Router interface
This commit is contained in:
7
router/route.go
Normal file
7
router/route.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package router
|
||||
|
||||
// Route is micro network route
|
||||
type Route struct {
|
||||
// Hop is the next route hop
|
||||
Hop Router
|
||||
}
|
||||
Reference in New Issue
Block a user