| 12 | ) |
| 13 | |
| 14 | type imlPluginClusterController struct { |
| 15 | module plugin_cluster.IPluginClusterModule `autowired:""` |
| 16 | } |
| 17 | |
| 18 | func (i *imlPluginClusterController) Info(ctx *gin.Context, name string) (*dto.Define, error) { |
| 19 | return i.module.GetDefine(ctx, name) |
nothing calls this directly
no outgoing calls
no test coverage detected