forked from TrueCloudLab/frostfs-node
[#1523] blobstor: Rename compression.CConfig
to Config
Signed-off-by: Evgenii Stratonikov <evgeniy@morphbits.ru>
This commit is contained in:
parent
0042c1d4a6
commit
e8c6dce466
12 changed files with 34 additions and 34 deletions
|
@ -16,8 +16,8 @@ type cfg struct {
|
|||
openedCacheSize int
|
||||
blzShallowDepth uint64
|
||||
blzShallowWidth uint64
|
||||
*compression.CConfig
|
||||
blzOpts []blobovnicza.Option
|
||||
compression *compression.Config
|
||||
blzOpts []blobovnicza.Option
|
||||
}
|
||||
|
||||
type Option func(*cfg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue