Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyConfig ¶
type MyConfig struct { Language string `toml:"language"` Title string `toml:"title"` AuthorNameFormat string `toml:"author_name_format"` IndexPath string `toml:"index_path"` LibraryPath string `toml:"library_path"` Listen string `toml:"listen"` FullUrl string `toml:"full_url"` Converters []*Converter `toml:"converters"` }
Click to show internal directories.
Click to hide internal directories.