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

Interface IExportModule

module/system/system.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type IExportModule[T any] interface {
13 ExportAll(ctx context.Context) ([]*T, error)
14}
15
16type ISettingModule interface {
17 Get(ctx context.Context) *system_dto.Setting

Callers

nothing calls this directly

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