Documentation
¶
Overview ¶
Package cart : Cart service
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler : Cart handler
func NewHandler ¶
func NewHandler(store types.OrderStore, productStore types.ProductStore, userStore types.UserStore) *Handler
NewHandler creates a new cart handler
func (*Handler) RegisterRoutes ¶
RegisterRoutes registers cart routes
Click to show internal directories.
Click to hide internal directories.