Versions in this module Expand all Collapse all v0 v0.0.1 Jul 17, 2024 Changes in this version + type Service interface + CalcCartPromotion func(ctx context.Context, cartItemList []dto.OmsCartItem) ([]dto.CartPromotionItem, error) + func New() Service