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

Struct PluginSettingClient

gateway/apinto/plugin.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12var _ gateway.IPluginSetting = &PluginSettingClient{}
13
14type PluginSettingClient struct {
15 client admin_client.Client
16}
17
18func (p *PluginSettingClient) Init(ctx context.Context) error {
19 //data, err := json.Marshal(map[string]interface{}{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected