package
0.0.0-20250204201702-e0eeb3241113
Repository: https://github.com/akinolaemmanuel49/gocommerce.git
Documentation: pkg.go.dev

# Functions

NewCartHandler creates a new instance of CartHandler.
NewCategoryHandler creates a new instance of CategoryHandler.
NewHealthHandler creates a new instance of HealthHandler.
NewLegalHandler creates a new instance of LegalHandler.
NewOrderHandler creates a new instance of OrderHandler.
NewProductHandler creates a new instance of ProductHandler.
NewUserHandler creates a new instance of UserHandler.

# Structs

CartHandler handles cart-related HTTP requests.
CategoryHandler handles category-related HTTP requests.
HealthHandler handles health-related HTTP requests.
No description provided by the author
OrderHandler handles order-related HTTP requests.
ProductHandler handles product-related HTTP requests.
UserHandler handles user-related HTTP requests.

# Interfaces

ICartHandler defines the interface for cart handlers.
ICategoryHandler defines the interface for category handlers.
IOrderHandler defines the interface for order handlers.
IProductHandler defines the interface for product handlers.
IUserHandler defines the interface for user handlers.