Documentation
¶
Index ¶
Constants ¶
View Source
const ( // EPUB epub book ext EPUB = ".epub" // SEP sep SEP = ";" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Book ¶
type Book struct {
web.Model
Author string `json:"author"`
Publisher string `json:"publisher"`
Title string `json:"title"`
Type string `json:"type"`
Lang string `json:"lang"`
File string `json:"-"`
Subject string `json:"subject"`
Description string `json:"description"`
PublishedAt time.Time `json:"publishedAt"`
Cover string `json:"cover"`
}
Book book
type Note ¶
type Note struct {
web.Model
Type string
Body string
UserID uint
User auth.User
BookID uint
Book Book
}
Note note
Click to show internal directories.
Click to hide internal directories.