| | |
| | | DepartmentRouter |
| | | SatisfactionRouter |
| | | AssignRouter |
| | | CollectionProjectionRouter |
| | | } |
| | | |
| | | func InitRouter() *gin.Engine { |
| | |
| | | InitPriorityLevelRouter(PrivateGroup) |
| | | InitServiceTypeRouter(PrivateGroup) |
| | | InitSeverityRouter(PrivateGroup) |
| | | InitTimeSpentRouter(PrivateGroup) |
| | | InitFaultTypeRouter(PrivateGroup) |
| | | InitServiceCollectionPlanRouter(PrivateGroup) |
| | | InitReceiptRouter(PrivateGroup) |
| | | InitBankAccountRouter(PrivateGroup) |
| | | InitPaymentTypeRouter(PrivateGroup) |
| | | InitFileRouter(PrivateGroup) |
| | | InitInvoiceRouter(PrivateGroup) |
| | | InitInvoiceStatusRouter(PrivateGroup) |
| | | InitInvoiceTypeRouter(PrivateGroup) |
| | | InitCourierCompanyRouter(PrivateGroup) |
| | | InitProductRouter(PrivateGroup) |
| | | routerGroup.InitCollectionProjectionRouter(PrivateGroup) |
| | | } |
| | | return Router |
| | | } |