diff --git a/cart/application/cartCache.go b/cart/application/cartCache.go index 21d4f20a7..573ea2dd9 100644 --- a/cart/application/cartCache.go +++ b/cart/application/cartCache.go @@ -16,7 +16,7 @@ import ( "github.com/pkg/errors" ) -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name CartCache --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name CartCache --case snake type ( // CartCache describes a cart caches methods diff --git a/cart/application/eventHandling.go b/cart/application/eventHandling.go index 7d71863ca..87b2729f2 100644 --- a/cart/application/eventHandling.go +++ b/cart/application/eventHandling.go @@ -13,7 +13,7 @@ import ( cartDomain "flamingo.me/flamingo-commerce/v3/cart/domain/cart" ) -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name CartMerger --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name CartMerger --case snake type ( // EventReceiver handles events from other packages diff --git a/cart/application/receiver.go b/cart/application/receiver.go index c3c88fdb6..8b14564d9 100644 --- a/cart/application/receiver.go +++ b/cart/application/receiver.go @@ -1,6 +1,6 @@ package application -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name Receiver --case snake --structname CartReceiver +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name Receiver --case snake --structname CartReceiver import ( "context" diff --git a/cart/application/service.go b/cart/application/service.go index 5df67ecad..54f302f23 100644 --- a/cart/application/service.go +++ b/cart/application/service.go @@ -1,6 +1,6 @@ package application -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name Service --case snake --structname CartService +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name Service --case snake --structname CartService import ( "context" diff --git a/cart/domain/cart/cartServicePorts.go b/cart/domain/cart/cartServicePorts.go index ce0c06278..2244ca441 100644 --- a/cart/domain/cart/cartServicePorts.go +++ b/cart/domain/cart/cartServicePorts.go @@ -1,11 +1,11 @@ package cart -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name CompleteBehaviour --case snake -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name CustomerCartService --case snake -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name GiftCardAndVoucherBehaviour --case snake -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name GiftCardBehaviour --case snake -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name GuestCartService --case snake -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name ModifyBehaviour --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name CompleteBehaviour --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name CustomerCartService --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name GiftCardAndVoucherBehaviour --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name GiftCardBehaviour --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name GuestCartService --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name ModifyBehaviour --case snake import ( "context" diff --git a/cart/domain/validation/itemValidator.go b/cart/domain/validation/itemValidator.go index f5693f059..b4d1afae0 100644 --- a/cart/domain/validation/itemValidator.go +++ b/cart/domain/validation/itemValidator.go @@ -12,7 +12,7 @@ import ( "flamingo.me/flamingo-commerce/v3/product/domain" ) -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name ItemValidator --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name ItemValidator --case snake type ( // ItemValidator checks a cart item diff --git a/cart/infrastructure/defaultCartBehaviour.go b/cart/infrastructure/defaultCartBehaviour.go index e8cd1e316..2fd63915f 100644 --- a/cart/infrastructure/defaultCartBehaviour.go +++ b/cart/infrastructure/defaultCartBehaviour.go @@ -18,8 +18,8 @@ import ( "flamingo.me/flamingo-commerce/v3/product/domain" ) -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name GiftCardHandler --case snake -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name VoucherHandler --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name GiftCardHandler --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name VoucherHandler --case snake type ( // DefaultCartBehaviour defines the default cart order behaviour diff --git a/category/domain/service.go b/category/domain/service.go index 322337d8b..160343102 100644 --- a/category/domain/service.go +++ b/category/domain/service.go @@ -10,7 +10,7 @@ var ( ErrNotFound = errors.New("category not found") ) -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name CategoryService --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name CategoryService --case snake type ( // CategoryService interface diff --git a/category/interfaces/controller/querycommand.go b/category/interfaces/controller/querycommand.go index 4d03a5629..b7de58d4a 100644 --- a/category/interfaces/controller/querycommand.go +++ b/category/interfaces/controller/querycommand.go @@ -15,7 +15,7 @@ import ( "flamingo.me/flamingo-commerce/v3/search/utils" ) -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name ProductSearchService --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name ProductSearchService --case snake type ( // QueryHandler provides the base command logic that is agnostic to the actual view type diff --git a/customer/domain/customer.go b/customer/domain/customer.go index 4b7720791..91612da91 100644 --- a/customer/domain/customer.go +++ b/customer/domain/customer.go @@ -1,7 +1,7 @@ package domain -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name Customer --case snake -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name CustomerIdentityService --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name Customer --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name CustomerIdentityService --case snake import ( "context" diff --git a/payment/interfaces/webpayment.go b/payment/interfaces/webpayment.go index ab0f55adb..cf35af63e 100644 --- a/payment/interfaces/webpayment.go +++ b/payment/interfaces/webpayment.go @@ -9,7 +9,7 @@ import ( "flamingo.me/flamingo-commerce/v3/payment/domain" ) -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name WebCartPaymentGateway --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name WebCartPaymentGateway --case snake type ( // WebCartPaymentGatewayProvider defines the map of providers for payment providers diff --git a/product/domain/productService.go b/product/domain/productService.go index c1bc68f0a..96390ce3b 100644 --- a/product/domain/productService.go +++ b/product/domain/productService.go @@ -7,7 +7,7 @@ import ( searchDomain "flamingo.me/flamingo-commerce/v3/search/domain" ) -//go:generate go run github.com/vektra/mockery/v2@v2.42.3 --name ProductService --case snake +//go:generate go run github.com/vektra/mockery/v2@v2.43.0 --name ProductService --case snake type ( // ProductService interface