forked from TrueCloudLab/frostfs-node
Add Inner Ring code
This commit is contained in:
parent
dadfd90dcd
commit
b7b5079934
400 changed files with 11420 additions and 8690 deletions
8
cmd/neofs-node/modules/grpc/module.go
Normal file
8
cmd/neofs-node/modules/grpc/module.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package grpc
|
||||
|
||||
import "github.com/nspcc-dev/neofs-node/cmd/neofs-node/modules/fix/module"
|
||||
|
||||
// Module is a gRPC layer module.
|
||||
var Module = module.Module{
|
||||
{Constructor: routing},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue