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

Method Option

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

Source from the content-addressed store, hash-verified

20}
21
22func (i *imlPluginClusterController) Option(ctx *gin.Context, project string) ([]*dto.PluginOption, error) {
23 return i.module.Options(ctx)
24}
25
26func (i *imlPluginClusterController) List(ctx *gin.Context, clusterId string) ([]*dto.Item, error) {
27 return i.module.List(ctx, clusterId)

Callers

nothing calls this directly

Calls 1

OptionsMethod · 0.65

Tested by

no test coverage detected