forked from TrueCloudLab/frostfs-node
[#11] neofs-node: Improve sources
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
21c750016b
commit
3308fcf56d
5 changed files with 80 additions and 59 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
func initMorphComponents(c *cfg) {
|
||||
var err error
|
||||
|
||||
c.morphClient, err = client.New(c.key, c.morphEndpoint)
|
||||
c.cfgMorph.client, err = client.New(c.key, c.cfgMorph.endpoint)
|
||||
|
||||
fatalOnErr(err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue