MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / imlExportConfigController

Struct imlExportConfigController

controller/system/iml.go:57–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55var _ IExportConfigController = (*imlExportConfigController)(nil)
56
57type 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
69type ExportFile struct {
70 Driver string `json:"driver"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected