Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewRouter)
Functions ¶
func RegisterServer ¶
Types ¶
type Router ¶
type Router struct { Sys *systemController.SystemController Monitor *monitorController.MonitorController GenTable *genTableController.GenTableController }
func NewRouter ¶
func NewRouter(sys *systemController.SystemController, monitor *monitorController.MonitorController, genTable *genTableController.GenTableController, ) *Router
Click to show internal directories.
Click to hide internal directories.