Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Orders ¶
type Orders struct{}
Orders is a function-handling struct for package orders.
func (*Orders) GetAllOrders ¶
GetAllOrders returns all orders in database
func (*Orders) GetOrderByID ¶
GetOrderByID returns single order by ID
func (*Orders) ListAllOrders ¶
ListAllOrders returns to user all orders in database
Click to show internal directories.
Click to hide internal directories.