package apirouter import ( mytest "key_performance_indicators/api/myTest" testroute "key_performance_indicators/api/myTest/testRoute" "key_performance_indicators/apirouter/apishiyan" "key_performance_indicators/apirouter/empower" honorsRoute "key_performance_indicators/apirouter/v1/honorsRoute" "key_performance_indicators/apirouter/verifyLogin" // "key_performance_indicators/v1" ) //路由结构 type RouterGroup struct { EmpowerRouter empower.EmpowerApiRouter VerifyLogin verifyLogin.ApiRouter ShiyanApi apishiyan.ApiRouter HonorsSouteRouter honorsRoute.ApiRouter MytestApi myt } var RouterGroupEntry = new(RouterGroup)