Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorBookListing ¶
type Book ¶
type Book struct { BookID uuid.UUID `json:"book_id"` // A line comment about BookID that should be kept. Title string `json:"title"` // ISBN identifier of the book, null if not known. ISBN ISBN `json:"isbn"` Genre string `json:"genre" tstype:"'novel' | 'crime' | 'fantasy'"` Chapters []Chapter `json:"chapters"` PublishedAt *time.Time `json:"published_at"` }
Click to show internal directories.
Click to hide internal directories.