package
Version:
v0.3.5
Opens a new window with list of versions in this module.
Published: Jan 25, 2025
License: 0BSD
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Form struct {
From string `toml:"from"`
To string `toml:"to"`
Then string `toml:"then"`
}
type Redirect struct {
From string `toml:"from"`
To string `toml:"to"`
Permanent bool `toml:"permanent"`
}
type XmitTOML struct {
Fallback string `toml:"fallback"`
FourOFour string `toml:"404"`
Redirects []Redirect `toml:"redirects"`
Forms []Form `toml:"forms"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.