Documentation
¶
Index ¶
- type Order
- func (o *Order) Create(ctx context.Context, params order.Order) (order.Order, error)
- func (o *Order) CreateDetail(ctx context.Context, orders order.Order) error
- func (o *Order) FindPayload(ctx context.Context, paymentTrxID string) (order.Order, error)
- func (o *Order) UpdateStatusOrder(ctx context.Context, paymentTrxID string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Order ¶
type Order struct {
// contains filtered or unexported fields
}
Order represent orders tables
func (*Order) CreateDetail ¶
func (*Order) FindPayload ¶
Click to show internal directories.
Click to hide internal directories.