Documentation ¶
Index ¶
- Variables
- func FrontendURLFor(purl string) string
- func NoticeWriter(ctx echo.Context, noticeType string) (wOut io.Writer, wErr io.Writer, err error)
- func Prefix() string
- func RoleList(ctx echo.Context) []*dbschema.NgingUserRole
- func URLFor(purl string) string
- func User(ctx echo.Context) *dbschema.NgingUser
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 )
View Source
var ( WebSocketLogger = log.GetLogger(`websocket`) OfficialSQL string GlobalPrefix string //路由前缀(全局) FrontendPrefix string //路由前缀(前台) BackendPrefix string //路由前缀(后台) Echo = route.Echo Apply = route.Apply SetRootGroup = route.SetRootGroup Register = func(fn func(echo.RouteRegister)) { route.RegisterToGroup(`@`, fn) } // Use “@”符号代表后台网址前缀 Use = func(groupName string, middlewares ...interface{}) { if groupName != `*` { groupName = `@` + groupName } route.Use(groupName, middlewares...) } RegisterToGroup = func(groupName string, fn func(echo.RouteRegister), middlewares ...interface{}) { route.RegisterToGroup(`@`+groupName, fn, middlewares...) } Host = route.Host )
Functions ¶
func FrontendURLFor ¶
func NoticeWriter ¶
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com>
|
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com> |
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com>
|
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com> |
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com>
|
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com> |
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com>
|
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com> |
file
Package file 上传文件管理
|
Package file 上传文件管理 |
Package natss NATS Streaming Server
|
Package natss NATS Streaming Server |
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com>
|
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com> |
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com>
|
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com> |
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com>
|
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com> |
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com>
|
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com> |
Click to show internal directories.
Click to hide internal directories.