forked from TrueCloudLab/frostfs-http-gw
[#132] Update NeoFS SDK to v1.0.0-rc.3
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
acd8bbb34b
commit
6d362894ad
7 changed files with 29 additions and 29 deletions
2
app.go
2
app.go
|
@ -25,7 +25,7 @@ import (
|
|||
type (
|
||||
app struct {
|
||||
log *zap.Logger
|
||||
pool pool.Pool
|
||||
pool *pool.Pool
|
||||
cfg *viper.Viper
|
||||
auxiliaryLog logger.Logger
|
||||
webServer *fasthttp.Server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue