Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiHandler ¶
type ApiHandler struct {
// contains filtered or unexported fields
}
func (*ApiHandler) ServeHTTP ¶
func (ah *ApiHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type BasketItemDTO ¶
type BasketItemDTO struct { ItemId uuid.UUID `json:"item_id"` Count int `json:"count"` }
Click to show internal directories.
Click to hide internal directories.