add http auth

This commit is contained in:
YouROK
2021-03-03 12:29:41 +03:00
parent 4b912c90ae
commit f108b7c718
5 changed files with 16 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ var (
tdb *TDB
Path string
ReadOnly bool
HttpAuth bool
)
func InitSets(readOnly bool) {