MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / GetDefine

Method GetDefine

service/plugin-cluster/service.go:17–17  ·  view source on GitHub ↗
(ctx context.Context, name string)

Source from the content-addressed store, hash-verified

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
19}
20

Callers 1

InfoMethod · 0.65

Implementers 1

imlPluginServiceservice/plugin-cluster/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected