package
0.0.0-20250212070525-cba4ea131561
Repository: https://github.com/syamcode/go-stripe.git
Documentation: pkg.go.dev
# Functions
GenerateToken generates a token that lasts for ttl, and return it.
NewModels returns a model type with database connection pool.
# Constants
No description provided by the author
# Structs
Customer is the type for customers.
DBModel is the type for database connection values.
Models is the wrapper for all models.
Order is the type of all orders.
Status is the type for order statuses.
Token is the type for authenitcation tokens.
Transaction is the type for transactions.
TransactionStatus is the type for transaction statuses.
User is the type for users.
Widget is the type for all widgets.