(ctx context.Context, sorts []*catalogue_dto.SortItem)
| 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 | } |
no outgoing calls
no test coverage detected