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

Method SetCluster

service/plugin-cluster/service.go:14–14  ·  view source on GitHub ↗
(ctx context.Context, clusterId string, name string, status plugin_model.Status, config plugin_model.ConfigType)

Source from the content-addressed store, hash-verified

12 Defines(ctx context.Context, kind ...plugin_model.Kind) ([]*PluginDefine, error)
13 Options(ctx context.Context) []*PluginOption
14 SetCluster(ctx context.Context, clusterId string, name string, status plugin_model.Status, config plugin_model.ConfigType) error
15 ListCluster(ctx context.Context, clusterId string, kind ...plugin_model.Kind) ([]*ConfigPartition, error)
16 GetConfig(ctx context.Context, clusterId string, name string) (*Config, *PluginDefine, error)
17 GetDefine(ctx context.Context, name string) (*PluginDefine, error)

Callers 1

SetMethod · 0.65

Implementers 1

imlPluginServiceservice/plugin-cluster/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected