Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataControllerCustomerOrders ¶
type DataControllerCustomerOrders struct {
// contains filtered or unexported fields
}
DataControllerCustomerOrders for `get("orders.customerorders", ...)` requests
func (*DataControllerCustomerOrders) Data ¶
func (dc *DataControllerCustomerOrders) Data(ctx context.Context, r *web.Request, _ web.RequestParams) interface{}
Data controller for blocks
func (*DataControllerCustomerOrders) Inject ¶
func (dc *DataControllerCustomerOrders) Inject( customerIdentityOrderService domain.CustomerIdentityOrderService, webIdentityService *auth.WebIdentityService, )
Inject dependencies
Click to show internal directories.
Click to hide internal directories.