[#200] Update docs

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2022-09-16 15:47:16 +03:00 committed by Kirillov Denis
parent c73eed9634
commit 3fa0e3caef
3 changed files with 5 additions and 0 deletions

View file

@ -259,6 +259,7 @@ type Downloader struct {
settings *Settings
}
// Settings stores reloading parameters, so it has to provide atomic getters and setters.
type Settings struct {
zipCompression atomic.Bool
}