Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChapterEntry ¶
type GraphChildEntry ¶
type GraphChildEntry struct { Name string Relation string Description string Children []GraphChildEntry }
type GraphContentEntry ¶
type GraphContentEntry struct { Paragraph string Children []GraphChildEntry }
type GraphEntry ¶
type GraphWithoutAutofieldEntry ¶
type GraphWithoutAutofieldEntry struct { Name string Paragraph string Children []GraphChildEntry }
type PaperEntry ¶
type PaperWithoutAutofieldEntry ¶
type PaperWithoutAutofieldEntry struct {
Content string
}
type ProjectEntry ¶
type SectionEntry ¶
Source Files
¶
- record_chapter_entry.go
- record_chapter_without_autofield_entry.go
- record_graph_child_entry.go
- record_graph_content_entry.go
- record_graph_entry.go
- record_graph_without_autofield_entry.go
- record_paper_entry.go
- record_paper_without_autofield_entry.go
- record_project_entry.go
- record_project_without_autofield_entry.go
- record_section_entry.go
- record_section_without_autofield_entry.go
Click to show internal directories.
Click to hide internal directories.