modules

package
v0.0.2-rc5 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(name string, fun HandlerFunc)

Types

type Handler

type Handler interface {
	Handler(ctx *fasthttp.RequestCtx)
}

type HandlerFunc

type HandlerFunc func(config []byte) (Handler, error)

type Handlers

type Handlers []Handler

func (Handlers) Handler

func (h Handlers) Handler(ctx *fasthttp.RequestCtx)

func (*Handlers) UnmarshalJSON

func (h *Handlers) UnmarshalJSON(data []byte) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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