MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Set

Method Set

controller/system/system.go:21–21  ·  view source on GitHub ↗
(ctx *gin.Context, input *system_dto.InputSetting)

Source from the content-addressed store, hash-verified

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

Callers 2

OllamaConfigUpdateMethod · 0.65
SetMethod · 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