package
0.0.0-20240910071834-ed0d887c65be
Repository: https://github.com/itzloop/cesa_bootcamp.git
Documentation: pkg.go.dev
# Functions
NewMockPaymentProcessor creates a new mock instance.
NewPaymentService creates a new PaymentService with the given PaymentProcessor.
# Structs
MockPaymentProcessor is a mock of PaymentProcessor interface.
MockPaymentProcessorMockRecorder is the mock recorder for MockPaymentProcessor.
PaymentService is responsible for handling payments.
# Interfaces
PaymentProcessor defines the interface for processing payments.