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