ingredient/info: Add Fetcher concept
This commit is contained in:
parent
a6501b42c7
commit
52559e4d68
22 changed files with 447 additions and 328 deletions
|
|
@ -97,6 +97,11 @@ func (wisski *WissKI) allIngredients() []initFunc {
|
|||
|
||||
// info
|
||||
auto[*info.Info],
|
||||
auto[*barrel.LastRebuildFetcher],
|
||||
auto[*barrel.RunningFetcher],
|
||||
auto[*drush.LastUpdateFetcher],
|
||||
auto[*drush.LastCronFetcher],
|
||||
auto[*info.SnapshotsFetcher],
|
||||
|
||||
// stacks
|
||||
auto[*barrel.Barrel],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue