package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Sep 7, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Converter struct {
From string `toml:"from"`
To string `toml:"to"`
Command string `toml:"command"`
Arguments string `toml:"arguments"`
}
type MyConfig struct {
Language string `toml:"language"`
Title string `toml:"title"`
IndexPath string `toml:"index_path"`
LibraryPath string `toml:"library_path"`
Listen string `toml:"listen"`
FullUrl string `toml:"full_url"`
Converters []*Converter `toml:"converters"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.