Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
type
IExportConfigController
interface
{
12
ExportAll(ctx *gin.Context) error
13
}
14
15
type
IImportConfigController
interface
{
16
ImportAll(ctx *gin.Context) error
Callers
1
appendFiles
Method · 0.65
Implementers
10
imlAuthorizationModule
module/application-authorization/iml.g
imlUpstreamModule
module/upstream/iml.go
imlServiceModule
module/service/iml.go
imlAppModule
module/service/iml.go
imlTeamModule
module/team/iml.go
imlRouterModule
module/router/iml.go
imlCatalogueModule
module/catalogue/iml.go
imlSubscribeModule
module/subscribe/iml.go
imlSubscribeApprovalModule
module/subscribe/iml.go
imlExportConfigController
controller/system/iml.go
Calls
no outgoing calls
Tested by
no test coverage detected