package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jul 17, 2023
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 {
Method string `yaml:"method"`
Proxy string `yaml:"proxy"`
Timeout int `yaml:"timeout"`
}
type File struct {
Url string `yaml:"url"`
Filename string `yaml:"filename"`
Config Config `yaml:"config"`
}
type Yaml struct {
Config Config `yaml:"config"`
Files []File `yaml:"files"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.