gbsqlite.SQLiteDatabase -> guestbook.Guestbook.
This commit is contained in:
parent
78814bf806
commit
42846b8d7a
@ -21,7 +21,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type Handlers struct {
|
type Handlers struct {
|
||||||
guestbookDB *gbsqlite.SQLiteDatabase
|
guestbookDB guestbook.Guestbook
|
||||||
captchaExpire time.Duration
|
captchaExpire time.Duration
|
||||||
guestbookOwner string
|
guestbookOwner string
|
||||||
guestbookPageSize int64
|
guestbookPageSize int64
|
||||||
|
Loading…
Reference in New Issue
Block a user