package
0.0.0-20241107115949-fa1015b6a813
Repository: https://github.com/lushenle/golang-daily.git
Documentation: pkg.go.dev
# Functions
NewPaymentGateway creates a payment gateway based on the provided type.
# Constants
No description provided by the author
No description provided by the author
# Structs
PayPalGateway is a concrete payment gateway.
StripeGateway is another concrete payment gateway.
# Interfaces
PaymentGateway represents the common interface for payment gateways.
# Type aliases
PaymentGatewayType defines the type of payment gateway.