package network import "github.com/gin-gonic/gin" func RegisterRouter(r *gin.RouterGroup) { r.GET("/", ListNetwork) }