router

package
v2.6.3 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 2 Imported by: 30

Documentation

Overview

Package router defines some interfaces and common helpers for router adapters

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsValidSequentialEndpoint

func IsValidSequentialEndpoint(_ *config.EndpointConfig) bool

Types

type Factory

type Factory interface {
	New() Router
	NewWithContext(context.Context) Router
}

Factory creates new routers

type Router

type Router interface {
	Run(config.ServiceConfig)
}

Router sets up the public layer exposed to the users

type RouterFunc

type RouterFunc func(config.ServiceConfig)

RouterFunc type is an adapter to allow the use of ordinary functions as routers. If f is a function with the appropriate signature, RouterFunc(f) is a Router that calls f.

func (RouterFunc) Run

func (f RouterFunc) Run(cfg config.ServiceConfig)

Run implements the Router interface

Directories

Path Synopsis
Package chi provides some basic implementations for building routers based on go-chi/chi
Package chi provides some basic implementations for building routers based on go-chi/chi
Package gin provides some basic implementations for building routers based on gin-gonic/gin
Package gin provides some basic implementations for building routers based on gin-gonic/gin
Package gorilla provides some basic implementations for building routers based on gorilla/mux
Package gorilla provides some basic implementations for building routers based on gorilla/mux
Package httptreemux provides some basic implementations for building routers based on dimfeld/httptreemux
Package httptreemux provides some basic implementations for building routers based on dimfeld/httptreemux
Package mux provides some basic implementations for building routers based on net/http mux
Package mux provides some basic implementations for building routers based on net/http mux
Package negroni provides some basic implementations for building routers based on urfave/negroni
Package negroni provides some basic implementations for building routers based on urfave/negroni

Jump to

Keyboard shortcuts

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