Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BookmarkedChapter ¶
type MarkedChapter ¶
type User ¶
type User struct {
Username string `json:"username"`
MarkedChapters []MarkedChapter `json:"markedChapters"`
BookmarkedChapters []BookmarkedChapter `json:"bookmarkedChapters"`
}
Click to show internal directories.
Click to hide internal directories.