apiadapter

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Adapt

func Adapt[TIN, TOUT any](f func(context.Context, TIN) (TOUT, error)) http.Handler

func AdaptErr

func AdaptErr(h func(response http.ResponseWriter, request *http.Request) error) func(response http.ResponseWriter, request *http.Request)

func Done

func Done(c context.Context) func()

func DumpAPI

func DumpAPI(r *mux.Router)

func Err

func Err(c context.Context, err error) bool

func MWCors

func MWCors(h http.Handler) http.Handler

func Req

func Req(c context.Context) *http.Request

func Session

func Session(c context.Context) *fmodel.Session

func SessionID

func SessionID(c context.Context) string

func SetCorsOpts

func SetCorsOpts(o CorsOpts)

func Tenant

func Tenant(c context.Context) string

func Vars

func Vars(c context.Context) map[string]string

Types

type CorsOpts

type CorsOpts struct {
	Origins []string
}

Jump to

Keyboard shortcuts

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