mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-06 13:43:09 -06:00
Linter
This commit is contained in:
parent
81b3fb9715
commit
271be34fd6
|
|
@ -39,23 +39,23 @@ import (
|
|||
|
||||
// Database represents an account database
|
||||
type Database struct {
|
||||
DB *sql.DB
|
||||
Writer sqlutil.Writer
|
||||
Accounts tables.AccountsTable
|
||||
Profiles tables.ProfileTable
|
||||
AccountDatas tables.AccountDataTable
|
||||
ThreePIDs tables.ThreePIDTable
|
||||
OpenIDTokens tables.OpenIDTable
|
||||
KeyBackups tables.KeyBackupTable
|
||||
KeyBackupVersions tables.KeyBackupVersionTable
|
||||
Devices tables.DevicesTable
|
||||
LoginTokens tables.LoginTokenTable
|
||||
Notifications tables.NotificationTable
|
||||
Pushers tables.PusherTable
|
||||
Stats tables.StatsTable
|
||||
LoginTokenLifetime time.Duration
|
||||
ServerName gomatrixserverlib.ServerName
|
||||
BcryptCost int
|
||||
DB *sql.DB
|
||||
Writer sqlutil.Writer
|
||||
Accounts tables.AccountsTable
|
||||
Profiles tables.ProfileTable
|
||||
AccountDatas tables.AccountDataTable
|
||||
ThreePIDs tables.ThreePIDTable
|
||||
OpenIDTokens tables.OpenIDTable
|
||||
KeyBackups tables.KeyBackupTable
|
||||
KeyBackupVersions tables.KeyBackupVersionTable
|
||||
Devices tables.DevicesTable
|
||||
LoginTokens tables.LoginTokenTable
|
||||
Notifications tables.NotificationTable
|
||||
Pushers tables.PusherTable
|
||||
Stats tables.StatsTable
|
||||
LoginTokenLifetime time.Duration
|
||||
ServerName gomatrixserverlib.ServerName
|
||||
BcryptCost int
|
||||
OpenIDTokenLifetime time.Duration
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue