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

Method Get

controller/system/system.go:20–20  ·  view source on GitHub ↗
(ctx *gin.Context)

Source from the content-addressed store, hash-verified

18
19type ISettingController interface {
20 Get(ctx *gin.Context) (*system_dto.Setting, error)
21 Set(ctx *gin.Context, input *system_dto.InputSetting) error
22}
23

Callers 5

GetStrategyMethod · 0.65
CreateServiceStrategyMethod · 0.65
importServicesMethod · 0.65
importCataloguesMethod · 0.65
GetMethod · 0.65

Implementers 11

imlSettingStorestores/setting/store.go
modelPipelineai-provider/local/executor.go
Managerai-provider/model-runtime/manager.go
imlPluginClusterModulemodule/plugin-cluster/iml.go
imlSettingModulemodule/system/iml.go
imlPluginClusterControllercontroller/plugin-cluster/iml.go
imlSettingControllercontroller/system/iml.go
imlSettingServiceservice/setting/iml.go
Servermcp-server/server.go
factoryManagerlog-driver/factory.go
DriverManagerlog-driver/driver.go

Calls

no outgoing calls

Tested by

no test coverage detected