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

Method ListCluster

service/plugin-cluster/service.go:15–15  ·  view source on GitHub ↗
(ctx context.Context, clusterId string, kind ...plugin_model.Kind)

Source from the content-addressed store, hash-verified

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)
18 SaveDefine(ctx context.Context, defines []*plugin_model.Define) error

Callers 2

initGatewayMethod · 0.65
ListMethod · 0.65

Implementers 1

imlPluginServiceservice/plugin-cluster/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected