Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiHandler ¶
type ApiHandler interface { GetAccount(*fiber.Ctx) error PostAccount(*fiber.Ctx) error PostTransaction(*fiber.Ctx) error }
RedirectHandler - Interface for endpoint handlers
func NewHandler ¶
func NewHandler(apiServ *service.ApiService) ApiHandler
Click to show internal directories.
Click to hide internal directories.