customer/internal/models/cart.go
2023-05-19 09:57:36 +03:00

6 lines
69 B
Go

package models
type AddItemToCart struct {
ID string `json:"id"`
}