Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoryRepository ¶
type ClientRepository ¶
type ClientUseCase ¶
type OrderRepository ¶
type OrderUseCase ¶
type PaymentRepository ¶
type PaymentUseCase ¶
type PaymentUseCase interface { Create(payment *entity.Payment) error CreateQRCode(order *entity.Order) (*response_payment_service.CreateQRCode, error) GetLastPaymentStatus(orderId int) (enum.PaymentStatus, error) PaymentNotification(order *entity.Order) error }
type ProductRepository ¶
type ProductUseCase ¶
Click to show internal directories.
Click to hide internal directories.