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

Method Info

controller/plugin-cluster/iml.go:18–20  ·  view source on GitHub ↗
(ctx *gin.Context, name string)

Source from the content-addressed store, hash-verified

16}
17
18func (i *imlPluginClusterController) Info(ctx *gin.Context, name string) (*dto.Define, error) {
19 return i.module.GetDefine(ctx, name)
20}
21
22func (i *imlPluginClusterController) Option(ctx *gin.Context, project string) ([]*dto.PluginOption, error) {
23 return i.module.Options(ctx)

Callers

nothing calls this directly

Calls 1

GetDefineMethod · 0.65

Tested by

no test coverage detected