Documentation
¶
Index ¶
Constants ¶
View Source
const ( FieldID = "id" FieldStatus = "status" FieldCreatedAt = "created_at" FieldUpdatedAt = "updated_at" FieldCustomerID = "customer_id" FieldCustomerName = "customer_name" FieldCustomerEmail = "customer_email" FieldOrders = "orders" FieldTotal = "total" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UiInterface ¶
type UiInterface interface {
shared.UiInterface
OrderManager(w http.ResponseWriter, r *http.Request)
}
UiInterface defines the order manager controller's UI interface
func UI ¶
func UI(config shared.UiConfig) UiInterface
UI creates a new order manager controller UI from the given config
Click to show internal directories.
Click to hide internal directories.