Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Book ¶
type Book struct { Isbn string Title string Url string Authors string Publisher string Categories string Ccode string Target string Format string Content string PubDate time.Time CreatedDate time.Time LastUpdatedDate time.Time }
func (*Book) AsNotificationMessage ¶
func (*Book) UpdateDetails ¶
func (b *Book) UpdateDetails(detailedInfo *details.DetailedInformation)
Click to show internal directories.
Click to hide internal directories.