Documentation ¶
Index ¶
- type Order
- func (h *Order) Create(w http.ResponseWriter, r *http.Request)
- func (h *Order) DeleteByID(w http.ResponseWriter, r *http.Request)
- func (h *Order) GetByID(w http.ResponseWriter, r *http.Request)
- func (h *Order) List(w http.ResponseWriter, r *http.Request)
- func (h *Order) UpdateByID(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Order ¶
func (*Order) DeleteByID ¶
func (h *Order) DeleteByID(w http.ResponseWriter, r *http.Request)
func (*Order) UpdateByID ¶
func (h *Order) UpdateByID(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.