(ctx *gin.Context, id string)
| 722 | } |
| 723 | |
| 724 | func (i *imlServiceController) Delete(ctx *gin.Context, id string) error { |
| 725 | return i.module.Delete(ctx, id) |
| 726 | } |
| 727 | |
| 728 | func (i *imlServiceController) ServiceDoc(ctx *gin.Context, id string) (*service_dto.ServiceDoc, error) { |
| 729 | return i.docModule.ServiceDoc(ctx, id) |