Module category

Source
Expand description

Types for categories.

Structs§

Category
The over-the-wire representation of a category.
CategoryId
Wrapper type around Uuid, represents the ID of a category.
CategoryResponse
The response returned when a request for categories is successful.
CreateCategoryPath
CreateCategoryRequest
Request to create a category.
DeleteCategoryPath
GetCategoryPath
GetCategoryRequest
Request to get a tree of categories.
NewCategoryResponse
Response returned when a new category is created.
UpdateCategoryPath
UpdateCategoryRequest
Request to update a category.

Enums§

CategoryTreeScope
When getting a tree of categories, which direction should the categories be followed?