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

Interface IExportConfigController

controller/system/system.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type IExportConfigController interface {
12 ExportAll(ctx *gin.Context) error
13}
14
15type IImportConfigController interface {
16 ImportAll(ctx *gin.Context) error

Callers 1

appendFilesMethod · 0.65

Implementers 10

imlAuthorizationModulemodule/application-authorization/iml.g
imlUpstreamModulemodule/upstream/iml.go
imlServiceModulemodule/service/iml.go
imlAppModulemodule/service/iml.go
imlTeamModulemodule/team/iml.go
imlRouterModulemodule/router/iml.go
imlCatalogueModulemodule/catalogue/iml.go
imlSubscribeModulemodule/subscribe/iml.go
imlSubscribeApprovalModulemodule/subscribe/iml.go
imlExportConfigControllercontroller/system/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected