mid

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2021 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PenddingMinute = 24 * 60 //閒置自動登出時間,單位分鐘

	AuthTokenKey   = "Auth-Token"
	RemoteTokenKey = "Remote-Token"
)

Variables

This section is empty.

Functions

func BuildChain

func BuildChain(f http.HandlerFunc, m ...Middleware) http.HandlerFunc

buildChain builds the middlware chain recursively, functions are first class

Types

type AuthMidInter

type AuthMidInter interface {
	Middle
	AddAuthPath(path string, method string, isAuth bool, group []auth.UserPerm)
}

func NewAuthMid

func NewAuthMid(token auth.JwtToken, kid string) AuthMidInter

type DBMidDI

type DBMidDI interface {
	log.LoggerDI
	db.MongoDI
}

type DBMiddle

type DBMiddle string

type Middle

type Middle interface {
	GetName() string
	GetMiddleWare() func(f http.HandlerFunc) http.HandlerFunc
}

func NewDBMid

func NewDBMid(di DBMidDI, name string) Middle

func NewDebugMid

func NewDebugMid(name string) Middle

type Middleware

type Middleware func(http.HandlerFunc) http.HandlerFunc

Jump to

Keyboard shortcuts

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