go get -u && gofumpt -w

This commit is contained in:
nikk gitanes
2024-02-26 18:35:19 +03:00
parent e1a2aa7324
commit 45e4ec054a
12 changed files with 384 additions and 382 deletions

View File

@@ -1,9 +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)
}
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)
}