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

Method PluginInfo

module/dynamic-module/dynamic_module.go:20–20  ·  view source on GitHub ↗
(ctx context.Context, module string, clusterIds ...string)

Source from the content-addressed store, hash-verified

18 Get(ctx context.Context, module string, id string) (*dynamic_module_dto.DynamicModule, error)
19 List(ctx context.Context, module string, keyword string, page int, pageSize int) ([]map[string]interface{}, int64, error)
20 PluginInfo(ctx context.Context, module string, clusterIds ...string) (*dynamic_module_dto.PluginInfo, error)
21 Render(ctx context.Context, module string) (map[string]interface{}, error)
22 ModuleDrivers(ctx context.Context, group string) ([]*dynamic_module_dto.ModuleDriver, error)
23

Callers 2

RenderMethod · 0.65
ListMethod · 0.65

Implementers 1

imlDynamicModulemodule/dynamic-module/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected