| | |
| | | package service |
| | | |
| | | import ( |
| | | "github.com/flipped-aurora/gin-vue-admin/server/service/example" |
| | | "github.com/flipped-aurora/gin-vue-admin/server/service/system" |
| | | "github.com/flipped-aurora/gin-vue-admin/server/service/test" |
| | | "srm/service/system" |
| | | "srm/service/test" |
| | | ) |
| | | |
| | | type ServiceGroup struct { |
| | | SystemServiceGroup system.ServiceGroup |
| | | ExampleServiceGroup example.ServiceGroup |
| | | TestServiceGroup test.ServiceGroup |
| | | SystemServiceGroup system.SystemConfigService |
| | | TestServiceGroup test.ServiceGroup |
| | | } |
| | | |
| | | var ServiceGroupApp = new(ServiceGroup) |