mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Improve aggregator docs and config
* Fix that TOML key `update_interval` can be processed on top level. * Add missing keys to top level and provider entries. * Move explanations to first mention of keys. * Describe overriding ability and defaults early on and only once.
This commit is contained in:
parent
704a98ab38
commit
1bdf207e4b
2 changed files with 43 additions and 44 deletions
|
|
@ -87,7 +87,7 @@ type config struct {
|
|||
|
||||
// UpdateInterval is used for publishers as the mandatory field
|
||||
// 'update_interval'.
|
||||
UpdateInterval *string
|
||||
UpdateInterval *string `toml:"update_interval"`
|
||||
|
||||
keyMu sync.Mutex
|
||||
key *crypto.Key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue