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

Method Get

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

Source from the content-addressed store, hash-verified

13type IPluginClusterModule interface {
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)

Callers 6

getProjectReleaseMethod · 0.65
PublishStatusesMethod · 0.65
ApplyMethod · 0.65
StopMethod · 0.65
PublishMethod · 0.65
DetailMethod · 0.65

Implementers 1

imlPluginClusterModulemodule/plugin-cluster/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected