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

Method Set

gateway/client.go:37–37  ·  view source on GitHub ↗
(ctx context.Context, cfgs []*PluginConfig)

Source from the content-addressed store, hash-verified

35type IPluginSetting interface {
36 Init(ctx context.Context) error
37 Set(ctx context.Context, cfgs []*PluginConfig) error
38}
39
40type PluginConfig struct {

Callers 15

OnInitMethod · 0.65
SetMethod · 0.65
PullModelFunction · 0.65
addModelMethod · 0.65
ReadFileFunction · 0.65
SetMethod · 0.65
RegisterFunction · 0.65
getUserTokenFunction · 0.65
getUserInfoFunction · 0.65
SetMethod · 0.65
RegisterFactoryFunction · 0.65
SetMethod · 0.65

Implementers 1

PluginSettingClientgateway/apinto/plugin.go

Calls

no outgoing calls

Tested by

no test coverage detected