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

Method Sort

module/catalogue/catalogue.go:32–32  ·  view source on GitHub ↗
(ctx context.Context, sorts []*catalogue_dto.SortItem)

Source from the content-addressed store, hash-verified

30 // Subscribe 订阅服务
31 Subscribe(ctx context.Context, subscribeInfo *catalogue_dto.SubscribeService) error
32 Sort(ctx context.Context, sorts []*catalogue_dto.SortItem) error
33 DefaultCatalogue(ctx context.Context) (*catalogue_dto.Catalogue, error)
34 //ExportAll(ctx context.Context) ([]*catalogue_dto.ExportCatalogue, error)
35}

Callers 1

NewRootFunction · 0.65

Implementers 1

imlCatalogueModulemodule/catalogue/iml.go

Calls

no outgoing calls

Tested by

no test coverage detected