Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTables ¶
Types ¶
type Chapter ¶
type Chapter struct { ID int64 `json:"id"` Filename string `json:"filename"` Title string `json:"title"` Toc []TocItem `json:"toc"` KeyPoints []string `json:"keyPoints"` SummaryParagraph string `json:"summaryParagraph"` Keywords []string `json:"keywords"` Sources []Source `json:"references"` CreatedAt string `json:"createdAt"` Comment string `json:"comment"` }
func ReadChapterFromFile ¶
Click to show internal directories.
Click to hide internal directories.