mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 23:44:22 +00:00
Remove system settings functionality and related database migrations
This commit is contained in:
@@ -68,11 +68,9 @@ type SessionStore interface {
|
||||
CleanExpiredSessions() error
|
||||
}
|
||||
|
||||
// SystemStore defines the methods for interacting with system settings and stats in the database
|
||||
// SystemStore defines the methods for interacting with system stats in the database
|
||||
type SystemStore interface {
|
||||
GetSystemStats() (*UserStats, error)
|
||||
GetSystemSetting(key string) (string, error)
|
||||
SetSystemSetting(key, value string) error
|
||||
}
|
||||
|
||||
type StructScanner interface {
|
||||
|
||||
Reference in New Issue
Block a user