Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Release channels to mirror. If nil, mirror all of Stable, Beta // and Alpha. Channels []channels.Channel `json:"channels"` // Filters choose what files are mirrored. By default, every file // is mirrored. Filters are strings like "- GLOB" and "+ GLOB" // that exclude and include files matching the globs, // respectively. First matching filter applies. Filters filters.Filters `json:"filters"` }
Config describes what is to be mirrored.
Click to show internal directories.
Click to hide internal directories.