Versions in this module Expand all Collapse all v0 v0.0.5 Apr 12, 2021 Changes in this version + type PermissionModel struct + Color string + ID int + Name string + PermissionLevel int + func (c PermissionModel) Parse(resp *sql.Rows) PermissionModel + func (c PermissionModel) ParseAll(resp *sql.Rows) []PermissionModel + type RefreshTokenModel struct + Deadline time.Time + ID int + Token string + Username string + func (c RefreshTokenModel) Parse(resp *sql.Rows) (bool, RefreshTokenModel) + type TableModel struct + CreatedAt string + Entrys int + ID int + MinPermLvl int + Name string + func (c TableModel) Parse(resp *sql.Rows) TableModel + func (c TableModel) ParseAll(resp *sql.Rows) []TableModel + type TwoFactorModel struct + ID int + Owner string + Secret string + func (c TwoFactorModel) Parse(resp *sql.Rows) TwoFactorModel + func (c TwoFactorModel) ParseAll(resp *sql.Rows) []TwoFactorModel + type UserModel struct + Displayname string + ID int + Mail string + Password string + Permissions string + RegisterDate time.Time + Root bool + Status string + Token string + TwoFactor bool + Username string + func (c UserModel) Parse(resp *sql.Rows) UserModel + func (c UserModel) ParseAll(resp *sql.Rows) []UserModel v0.0.4 Apr 6, 2021 v0.0.3 Mar 21, 2021