webapi

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2025 License: MIT Imports: 24 Imported by: 0

Documentation

Overview

Package webapi provides HTTP handlers and API endpoints for the fintech application. It is organized into sub-packages for different domains: - account: Account and transaction endpoints - auth: Authentication endpoints - user: User management endpoints - currency: Currency and exchange rate endpoints

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupApp

func SetupApp(deps config.Deps) *fiber.App

SetupApp Initialize Fiber with custom configuration

func StripeWebhookHandler

func StripeWebhookHandler(
	paymentProvider provider.PaymentProvider,
	eventBus eventbus.Bus,
) fiber.Handler

StripeWebhookHandler handles incoming Stripe webhook events

func StripeWebhookRoutes

func StripeWebhookRoutes(
	app *fiber.App,
	paymentProvider provider.PaymentProvider,
	eventBus eventbus.Bus,
)

StripeWebhookRoutes sets up the Stripe webhook routes

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL