handler

package
v4.2.4 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2022 License: AGPL-3.0 Imports: 12 Imported by: 13

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NewLister            = common.NewLister
	Paging               = common.Paging
	PagingWithPagination = common.PagingWithPagination
	PagingWithLister     = common.PagingWithLister
	PagingWithListerCond = common.PagingWithListerCond
	PagingWithSelectList = common.PagingWithSelectList
	Ok                   = common.Ok
	Err                  = common.Err
	SendErr              = common.SendErr
	SendFail             = common.SendFail
	SendOk               = common.SendOk
	GetRoleList          = func(echo.Context) []*dbschema.NgingUserRole {
		return nil
	}
)
View Source
var (
	WebSocketLogger = log.GetLogger(`websocket`)
	GlobalPrefix    string //路由前缀(全局)
	FrontendPrefix  string //路由前缀(前台)
	BackendPrefix   string //路由前缀(后台)

	IRegister     = route.IRegister
	Apply         = route.Apply
	SetRootGroup  = route.SetRootGroup
	PublicHandler = route.PublicHandler
	GuestHandler  = route.GuestHandler
	Pre           = route.Pre
	PreToGroup    = route.PreToGroup
	Use           = route.Use
	// UseToGroup “@”符号代表后台网址前缀
	UseToGroup = func(groupName string, middlewares ...interface{}) {
		if groupName != `*` {
			groupName = `@` + groupName
		}
		route.UseToGroup(groupName, middlewares...)
	}
	Register = func(fn func(echo.RouteRegister)) {
		route.RegisterToGroup(`@`, fn)
	}
	RegisterToGroup = func(groupName string, fn func(echo.RouteRegister), middlewares ...interface{}) {
		route.RegisterToGroup(`@`+groupName, fn, middlewares...)
	}
	Host = route.Host
)

Functions

func FrontendURLFor

func FrontendURLFor(purl string) string

func NoticeWriter

func NoticeWriter(ctx echo.Context, noticeType string) (wOut io.Writer, wErr io.Writer, err error)

func Prefix

func Prefix() string

func URLFor

func URLFor(purl string) string

func User

func User(ctx echo.Context) *dbschema.NgingUser

Types

This section is empty.

Directories

Path Synopsis
file
Package file 上传文件管理
Package file 上传文件管理
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <[email protected]>
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <[email protected]>
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <[email protected]>
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <[email protected]>

Jump to

Keyboard shortcuts

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