http

package module
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddRoute

func AddRoute(method, path, role string, route RouteFunc)

func Listen

func Listen(cfg Gettable, access Accessibly) (chan bool, *fiber.App)

Types

type Accessibly

type Accessibly interface {
	Middleware(access, url string) func(ctx *fiber.Ctx) error
}

type Gettable

type Gettable interface {
	Get(name string) string
	GetDef(name, def string) string
}

type Route

type Route struct {
	Role    string
	Path    string
	Method  string
	Handler RouteFunc
}

type RouteFunc

type RouteFunc func(ctx *fiber.Ctx) error

Jump to

Keyboard shortcuts

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