1
0

gbsqlite.SQLiteDatabase -> guestbook.Guestbook.

This commit is contained in:
Alexander Andreev 2023-05-06 23:10:18 +04:00
parent 78814bf806
commit 42846b8d7a
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -21,7 +21,7 @@ import (
)
type Handlers struct {
guestbookDB *gbsqlite.SQLiteDatabase
guestbookDB guestbook.Guestbook
captchaExpire time.Duration
guestbookOwner string
guestbookPageSize int64