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

Method Get

module/system/system.go:17–17  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

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

Callers 13

OnInitMethod · 0.65
MapStringToStructFunction · 0.65
ToKeyMapFunction · 0.65
SearchSubscriptionsMethod · 0.65
RevokeSubscriptionMethod · 0.65
DeleteSubscriptionMethod · 0.65
RevokeApplyMethod · 0.65
AddSubscriberMethod · 0.65
DeleteSubscriberMethod · 0.65
SearchSubscribersMethod · 0.65
PassMethod · 0.65
RejectMethod · 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