package
0.0.0-20231021200321-e264bf3ac5f0
Repository: https://github.com/erickype/bonsai-store-ruled-based.git
Documentation: pkg.go.dev

# Functions

Add insert a category in the database encore:api method=POST path=/category.
GetById returns the information of a category based on the id from path returns a Category struct.

# Structs

AddRequest is the request struct for Add method.
AddResponse is the response struct for Add method.
Category represents a product parent category.