(ctx *gin.Context, appId string)
| 785 | } |
| 786 | |
| 787 | func (i *imlAppController) GetApp(ctx *gin.Context, appId string) (*service_dto.App, error) { |
| 788 | return i.module.GetApp(ctx, appId) |
| 789 | } |
| 790 | |
| 791 | func (i *imlAppController) DeleteApp(ctx *gin.Context, appId string) error { |
| 792 | return i.module.DeleteApp(ctx, appId) |