mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
move Settings and Viewed to separate json files
This commit is contained in:
9
server/settings/torrserverdb.go
Normal file
9
server/settings/torrserverdb.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package settings
|
||||
|
||||
type TorrServerDB interface {
|
||||
CloseDB()
|
||||
Get(xPath, name string) []byte
|
||||
Set(xPath, name string, value []byte)
|
||||
List(xPath string) []string
|
||||
Rem(xPath, name string)
|
||||
}
|
||||
Reference in New Issue
Block a user