Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckoutService ¶
type CheckoutService struct {
// contains filtered or unexported fields
}
func NewCheckoutService ¶
func NewCheckoutService(repo ports.CheckoutRepository, logger *zap.Logger, tp telemetry.Provider) *CheckoutService
func (*CheckoutService) PlaceOrder ¶
func (s *CheckoutService) PlaceOrder(ctx context.Context, cartId int64, order *models.PlaceOrderRequest) error
Click to show internal directories.
Click to hide internal directories.