forked from TrueCloudLab/frostfs-node
[#13] neofs-node: Use signing Object service in app
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
276ec2e1e0
commit
eb874092b5
3 changed files with 56 additions and 13 deletions
|
@ -4,8 +4,6 @@ import (
|
|||
"fmt"
|
||||
"log"
|
||||
|
||||
object "github.com/nspcc-dev/neofs-api-go/v2/object/grpc"
|
||||
objectGRPC "github.com/nspcc-dev/neofs-node/pkg/network/transport/object/grpc"
|
||||
"github.com/nspcc-dev/neofs-node/pkg/util/grace"
|
||||
)
|
||||
|
||||
|
@ -35,8 +33,7 @@ func init_(c *cfg) {
|
|||
initAccountingService(c)
|
||||
initContainerService(c)
|
||||
initSessionService(c)
|
||||
|
||||
object.RegisterObjectServiceServer(c.cfgGRPC.server, objectGRPC.New(new(objectSvc)))
|
||||
initObjectService(c)
|
||||
}
|
||||
|
||||
func bootUp(c *cfg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue