fiberkit

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package fiberkit adapts a fiber app to testkit.Doer. It is the only package in testkit that imports fiber.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Doer

func Doer(app *fiber.App) testkit.Doer

Doer routes requests through app.Test, fiber's native in-process test path.

The timeout is disabled (-1) because tests that hit a containerized database can legitimately exceed fiber's default, and a timeout here would surface as a confusing transport error rather than a slow test.

Types

This section is empty.

Jump to

Keyboard shortcuts

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