package
0.0.0-20231124095642-5e89bc7031ac
Repository: https://github.com/devpies/saas-core.git
Documentation: pkg.go.dev
# Functions
NewCustomerRepository returns a CustomerRepository.
NewSubscriptionRepository returns a new SubscriptionRepository.
NewTransactionRepository returns a new TransactionRepository.
# Variables
ErrCustomerNotFound represents a customer not found.
ErrSubscriptionNotFound represents a subscription not found.
ErrTransactionNotFound represents an error when a transaction is not found.
# Structs
CustomerRepository manages data access to customers.
SubscriptionRepository manages data access to subscriptions.
TransactionRepository manages data access to customer transactions.