Method
Create
(ctx *gin.Context, input *catalogue_dto.CreateCatalogue)
Source from the content-addressed store, hash-verified
| 54 | } |
| 55 | |
| 56 | func (i *imlCatalogueController) Create(ctx *gin.Context, input *catalogue_dto.CreateCatalogue) error { |
| 57 | return i.catalogueModule.Create(ctx, input) |
| 58 | } |
| 59 | |
| 60 | func (i *imlCatalogueController) Edit(ctx *gin.Context, id string, input *catalogue_dto.EditCatalogue) error { |
| 61 | return i.catalogueModule.Edit(ctx, id, input) |
Callers
nothing calls this directly
Tested by
no test coverage detected