split db and bolt to store interface

This commit is contained in:
ston1th 2018-09-11 14:50:53 +02:00
commit 7e77fd7d27
14 changed files with 419 additions and 545 deletions

View file

@ -18,3 +18,10 @@ type Result struct {
StoreTitle string
Text string
}
type User struct {
Username string
Password string
Admin bool
Locked int
}