MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / imlCatalogueController

Struct imlCatalogueController

controller/catalogue/iml.go:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14)
15
16type imlCatalogueController struct {
17 catalogueModule catalogue.ICatalogueModule `autowired:""`
18 appModule service.IAppModule `autowired:""`
19 tagModule tag.ITagModule `autowired:""`
20}
21
22func (i *imlCatalogueController) Sort(ctx *gin.Context, sorts *[]*catalogue_dto.SortItem) error {
23 return i.catalogueModule.Sort(ctx, *sorts)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected