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

Method Set

module/system/system.go:18–18  ·  view source on GitHub ↗
(ctx context.Context, input *system_dto.InputSetting)

Source from the content-addressed store, hash-verified

16type ISettingModule interface {
17 Get(ctx context.Context) *system_dto.Setting
18 Set(ctx context.Context, input *system_dto.InputSetting) error
19}
20
21func init() {

Callers 11

RegisterAuthMethod · 0.65
AddDriverMethod · 0.65
RegisterMethod · 0.65
genOperationFunction · 0.65
RegisterMethod · 0.65
InvokeMethod · 0.65
SetMethod · 0.65
ResetClusterMethod · 0.65
SetServerFunction · 0.65
generateInvokeToolFunction · 0.65
EncodeMethod · 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