Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Admin = []string{"admin"} BasicUser = []string{"user"} All = []string{"admin", "user"} PasswordCosts = 12 )
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { gorm.Model AppId string AppSecret string Icon string AppDescription string ForceInputPassword bool ForceConfirmation bool DebugMode bool ApplicationDomain string ViewOpenId bool ViewPhoneNumber bool ChangePhoneNumber bool ChangeBasicInfo bool ChangePassword bool ChangeGrantInfo bool CreatorID uint }
Click to show internal directories.
Click to hide internal directories.