router

package
v0.0.0-...-05ef5cd Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Route

type Route struct {
	Method  string
	Pattern string
	Handler httpkit.Handler
}

type Router

type Router interface {
	Routes() []Route
}

type RouterFunc

type RouterFunc func() []Route

func (RouterFunc) Routes

func (r RouterFunc) Routes() []Route

type Routers

type Routers []Router

func (Routers) Routes

func (r Routers) Routes() []Route

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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