package
0.0.0-20240915221709-dcb96eb428ba
Repository: https://github.com/nocapcbas/webadmin.git
Documentation: pkg.go.dev

# Functions

NewAPI returns a production API with all middlewares.

# Structs

No description provided by the author
API is the starting point of our API.
Billing handles everything related to the billing requests.
BillingCardData represents a Stripe credit card.
BillingNewCustomer represents data sent to api for creating a new customer.
BillingOverview represents if an account is a paid customer or not.
No description provided by the author
StripeWebhook is used to grab data sent by Stripe for a webhook.
User handles everything related to the /user requests.
Webhook handles everything related to the /webhooks requests.
WebhookData used when stripe webhook is call.
WebhookDataObject is the container for the object received.
WebhookDataObjectData is the object being sent by stripe.