forked from TrueCloudLab/frostfs-api-go
update proto files, regenerate pb.go
This commit is contained in:
parent
3bcdbc9864
commit
49cc731c8d
36 changed files with 497 additions and 460 deletions
|
@ -1,10 +1,11 @@
|
|||
syntax = "proto3";
|
||||
package bootstrap;
|
||||
option go_package = "github.com/nspcc-dev/neofs-api/bootstrap";
|
||||
option csharp_namespace = "NeoFS.API.Bootstrap";
|
||||
|
||||
import "github.com/gogo/protobuf/gogoproto/gogo.proto";
|
||||
|
||||
option (gogoproto.stable_marshaler_all) = true;;
|
||||
option (gogoproto.stable_marshaler_all) = true;
|
||||
|
||||
option (gogoproto.stringer_all) = false;
|
||||
option (gogoproto.goproto_stringer_all) = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue