package
Version:
v0.0.0-...-8bb615b
Opens a new window with list of versions in this module.
Published: Sep 29, 2022
License: Unlicense
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 Config struct {
Rewrites []Rewrite `yaml:"rewrites"`
}
type Rewrite struct {
Name string `yaml:"name"`
Destination string `yaml:"destination"`
Distro string `yaml:"distro,omitempty"`
Urls []string `yaml:"urls,omitempty"`
Filename string `yaml:"filename,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.