Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
type
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
GetStrategy
Method · 0.65
CreateServiceStrategy
Method · 0.65
importServices
Method · 0.65
importCatalogues
Method · 0.65
Get
Method · 0.65
Implementers
11
imlSettingStore
stores/setting/store.go
modelPipeline
ai-provider/local/executor.go
Manager
ai-provider/model-runtime/manager.go
imlPluginClusterModule
module/plugin-cluster/iml.go
imlSettingModule
module/system/iml.go
imlPluginClusterController
controller/plugin-cluster/iml.go
imlSettingController
controller/system/iml.go
imlSettingService
service/setting/iml.go
Server
mcp-server/server.go
factoryManager
log-driver/factory.go
DriverManager
log-driver/driver.go
Calls
no outgoing calls
Tested by
no test coverage detected