package router // Route is micro network route type Route struct { // Hop is the next route hop Hop Router }