package
Version:
v0.1.8
Opens a new window with list of versions in this module.
Published: Jan 27, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Chapter struct {
Name string `json:"name"`
Content string `json:"content"`
Number []int `json:"number"`
SubItems []string `json:"sub_items"`
Path string `json:"path"`
SourcePath string `json:"source_path"`
ParentNames []string `json:"parent_names"`
}
type Config struct {
Sections []Section `json:"sections"`
NonExhaustive *string `json:"__non_exhaustive"`
}
type Connections struct {
}
type Section struct {
Chapter Chapter `json:"Chapter"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.