Documentation ¶
Index ¶
- Variables
- func AutoCompletePath(ctx echo.Context) error
- func DecryptPassword(c echo.Context, pass string) (string, error)
- func FireAutoCompletePath(c echo.Context) (bool, error)
- func FireInstalled(ctx echo.Context) error
- func FrontendURLFor(purl string, relative ...bool) string
- func GlobalFuncMap() map[string]interface{}
- func IsBackendAdmin(c echo.Context) bool
- func NoticeWriter(ctx echo.Context, noticeType string) (wOut io.Writer, wErr io.Writer, err error)
- func OnAutoCompletePath(fn func(echo.Context) (bool, error))
- func OnInstalled(cb func(ctx echo.Context) error)
- func QrCode(ctx echo.Context) error
- func URLFor(purl string, relative ...bool) string
- func User(ctx echo.Context) *dbschema.NgingUser
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultAvatarURL = `/public/assets/backend/images/user_128.png` AssetsURLPath = `/public/assets/backend` )
View Source
var WebSocketLogger = log.GetLogger(`websocket`).SetLevel(`Info`)
Functions ¶
func AutoCompletePath ¶
func FireInstalled ¶
func FrontendURLFor ¶
func GlobalFuncMap ¶
func GlobalFuncMap() map[string]interface{}
func IsBackendAdmin ¶
func NoticeWriter ¶
func OnInstalled ¶
Types ¶
This section is empty.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package oauth2nging implements the OAuth2 protocol for authenticating users through nging.
|
Package oauth2nging implements the OAuth2 protocol for authenticating users through nging. |
Click to show internal directories.
Click to hide internal directories.