ingredient/info: Add Fetcher concept

This commit is contained in:
Tom Wiesing 2022-10-19 10:50:40 +02:00
parent a6501b42c7
commit 52559e4d68
No known key found for this signature in database
22 changed files with 447 additions and 328 deletions

View file

@ -50,7 +50,7 @@ func (nfo *Info) indexPageAPI(r *http.Request) (idx indexPageContext, err error)
// store the info for this group!
group.Go(func() (err error) {
idx.Instances[i], err = instance.Info().Fetch(true)
idx.Instances[i], err = instance.Info().Information(true)
return err
})
}