| 55 | var _ IExportConfigController = (*imlExportConfigController)(nil) |
| 56 | |
| 57 | type imlExportConfigController struct { |
| 58 | teamModule team.ITeamExportModule `autowired:""` |
| 59 | serviceModule service.IExportServiceModule `autowired:""` |
| 60 | appModule service.IExportAppModule `autowired:""` |
| 61 | routerModule router.IExportRouterModule `autowired:""` |
| 62 | upstreamModule upstream.IExportUpstreamModule `autowired:""` |
| 63 | applicationAuthorizationModule application_authorization.IExportAuthorizationModule `autowired:""` |
| 64 | catalogueModule catalogue.IExportCatalogueModule `autowired:""` |
| 65 | subscribeModule subscribe.IExportSubscribeModule `autowired:""` |
| 66 | applyModule subscribe.IExportSubscribeApprovalModule `autowired:""` |
| 67 | } |
| 68 | |
| 69 | type ExportFile struct { |
| 70 | Driver string `json:"driver"` |
nothing calls this directly
no outgoing calls
no test coverage detected