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

Struct imlPluginClusterController

controller/plugin-cluster/iml.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type imlPluginClusterController struct {
15 module plugin_cluster.IPluginClusterModule `autowired:""`
16}
17
18func (i *imlPluginClusterController) Info(ctx *gin.Context, name string) (*dto.Define, error) {
19 return i.module.GetDefine(ctx, name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected