initial commit
This commit is contained in:
commit
18995db757
871 changed files with 492725 additions and 0 deletions
14
pkg/core/const.go
Normal file
14
pkg/core/const.go
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// Copyright (C) 2019 Marius Schellenberger
|
||||
|
||||
package core
|
||||
|
||||
var (
|
||||
IndexURI = "/"
|
||||
TotpURI = "/totp"
|
||||
LoginURI = "/login"
|
||||
LogoutURI = "/logout"
|
||||
|
||||
AutoImport = "auto_import"
|
||||
ManualImport = "manual_import"
|
||||
Imported = "imported"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue