Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Book ¶
type Book struct {
Name string
Author string
Publisher string
RatingNums float64
TotalComment string
TotalCommentNum int
Cover string
Desc string
}
Book represents the book information.
Click to show internal directories.
Click to hide internal directories.