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

Method Set

module/plugin-cluster/plugin-partition.go:16–16  ·  view source on GitHub ↗
(ctx context.Context, clusterId string, name string, config *dto.PluginSetting)

Source from the content-addressed store, hash-verified

14 List(ctx context.Context, clusterId string) ([]*dto.Item, error)
15 Get(ctx context.Context, clusterId string, name string) (config *dto.PluginOutput, render plugin_model.Render, er error)
16 Set(ctx context.Context, clusterId string, name string, config *dto.PluginSetting) error
17 Options(ctx context.Context) ([]*dto.PluginOption, error)
18 GetDefine(ctx context.Context, name string) (*dto.Define, error)
19 UpdateDefine(ctx context.Context, defines []*plugin_model.Define) error

Callers 1

initGatewayMethod · 0.65

Implementers 1

imlPluginClusterModulemodule/plugin-cluster/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected