Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
16
type
ISettingModule
interface
{
17
Get(ctx context.Context) *system_dto.Setting
18
Set(ctx context.Context, input *system_dto.InputSetting) error
19
}
20
Callers
13
OnInit
Method · 0.65
MapStringToStruct
Function · 0.65
ToKeyMap
Function · 0.65
SearchSubscriptions
Method · 0.65
RevokeSubscription
Method · 0.65
DeleteSubscription
Method · 0.65
RevokeApply
Method · 0.65
AddSubscriber
Method · 0.65
DeleteSubscriber
Method · 0.65
SearchSubscribers
Method · 0.65
Pass
Method · 0.65
Reject
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