forked from TrueCloudLab/frostfs-node
[#311] Recompile protobuf files
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
9050d41099
commit
e9d4b2d25b
4 changed files with 989 additions and 2898 deletions
1
go.mod
1
go.mod
|
@ -36,6 +36,7 @@ require (
|
|||
golang.org/x/sys v0.0.0-20201024232916-9f70ab9862d5 // indirect
|
||||
golang.org/x/tools v0.0.0-20200123022218-593de606220b // indirect
|
||||
google.golang.org/grpc v1.29.1
|
||||
google.golang.org/protobuf v1.23.0
|
||||
)
|
||||
|
||||
// Used for debug reasons
|
||||
|
|
2320
pkg/services/control/service.pb.go
generated
2320
pkg/services/control/service.pb.go
generated
File diff suppressed because it is too large
Load diff
|
@ -2,7 +2,7 @@ syntax = "proto3";
|
|||
|
||||
package control;
|
||||
|
||||
import "types.proto";
|
||||
import "pkg/services/control/types.proto";
|
||||
|
||||
option go_package = "github.com/nspcc-dev/neofs-node/pkg/services/control";
|
||||
|
||||
|
|
1564
pkg/services/control/types.pb.go
generated
1564
pkg/services/control/types.pb.go
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue