forked from TrueCloudLab/frostfs-node
[#521] Recompile protobuf files after transition from pkg/errors
Autogenerated files were accidentally modified. This commit returns them back to the original. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
b5256ccf4c
commit
89b147ebe7
2 changed files with 4 additions and 6 deletions
5
pkg/services/control/service.pb.go
generated
5
pkg/services/control/service.pb.go
generated
|
@ -8,15 +8,14 @@ package control
|
|||
|
||||
import (
|
||||
context "context"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
grpc "google.golang.org/grpc"
|
||||
codes "google.golang.org/grpc/codes"
|
||||
status "google.golang.org/grpc/status"
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
5
pkg/services/control/types.pb.go
generated
5
pkg/services/control/types.pb.go
generated
|
@ -7,12 +7,11 @@
|
|||
package control
|
||||
|
||||
import (
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
|
||||
proto "github.com/golang/protobuf/proto"
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in a new issue