package
Version:
v0.0.0-...-c20b720
Opens a new window with list of versions in this module.
Published: Jun 9, 2022
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Modules []*Module `yaml:"modules"`
}
LoadConfig loads the config file
type Module struct {
Package string `yaml:"package"`
Type string `yaml:"type"`
Target string `yaml:"target"`
Sources sources `yaml:"sources,omitempty"`
Redirect string `yaml:"redirect,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.