mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Factored throttling client out of aggregator.
This commit is contained in:
parent
a1036c3847
commit
07ab770a35
4 changed files with 71 additions and 47 deletions
|
|
@ -39,7 +39,7 @@ type worker struct {
|
|||
cfg *config
|
||||
signRing *crypto.KeyRing
|
||||
|
||||
client client // client per provider
|
||||
client util.Client // client per provider
|
||||
provider *provider // current provider
|
||||
metadataProvider interface{} // current metadata provider
|
||||
loc string // URL of current provider-metadata.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue