Versions in this module Expand all Collapse all v1 v1.0.0 Aug 27, 2022 Changes in this version + type Books struct + Book string + Date string + Userid int64 + type Database interface + DeleteAll func(user User) bool + DeleteBook func(Books) bool + GetBooks func(user User) []Books + GetUserInfoById func(userId int64) User + InsertBook func(Books) bool + InsertUser func(user User) bool + Start func(url string) func() + Update func([]Books) bool + type User struct + Block bool + Id int64