This commit is contained in:
YouROK
2021-08-25 22:18:14 +03:00
parent c219e52429
commit 3420fa44ba
11 changed files with 341 additions and 17 deletions

View File

@@ -10,6 +10,7 @@ import (
var (
tdb *TDB
Path string
Port string
ReadOnly bool
HttpAuth bool
)