[#782] node: Discard changes in gen files
Some checks failed
DCO action / DCO (pull_request) Successful in 1m17s
Vulncheck / Vulncheck (pull_request) Failing after 3m43s
Build / Build Components (1.21) (pull_request) Successful in 4m2s
Build / Build Components (1.20) (pull_request) Successful in 4m22s
Tests and linters / Tests (1.20) (pull_request) Failing after 4m59s
Tests and linters / Staticcheck (pull_request) Successful in 5m16s
Tests and linters / Tests (1.21) (pull_request) Successful in 5m45s
Tests and linters / Lint (pull_request) Successful in 5m59s
Tests and linters / Tests with -race (pull_request) Successful in 7m54s
Some checks failed
DCO action / DCO (pull_request) Successful in 1m17s
Vulncheck / Vulncheck (pull_request) Failing after 3m43s
Build / Build Components (1.21) (pull_request) Successful in 4m2s
Build / Build Components (1.20) (pull_request) Successful in 4m22s
Tests and linters / Tests (1.20) (pull_request) Failing after 4m59s
Tests and linters / Staticcheck (pull_request) Successful in 5m16s
Tests and linters / Tests (1.21) (pull_request) Successful in 5m45s
Tests and linters / Lint (pull_request) Successful in 5m59s
Tests and linters / Tests with -race (pull_request) Successful in 7m54s
Signed-off-by: nesterfifa <vemeyzer@gmail.com>
This commit is contained in:
parent
03d32fa950
commit
91fe0d3531
9 changed files with 12 additions and 21 deletions
5
pkg/services/control/ir/service.pb.go
generated
5
pkg/services/control/ir/service.pb.go
generated
|
@ -7,11 +7,10 @@
|
|||
package control
|
||||
|
||||
import (
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
1
pkg/services/control/ir/service_grpc.pb.go
generated
1
pkg/services/control/ir/service_grpc.pb.go
generated
|
@ -8,7 +8,6 @@ package control
|
|||
|
||||
import (
|
||||
context "context"
|
||||
|
||||
grpc "google.golang.org/grpc"
|
||||
codes "google.golang.org/grpc/codes"
|
||||
status "google.golang.org/grpc/status"
|
||||
|
|
5
pkg/services/control/ir/types.pb.go
generated
5
pkg/services/control/ir/types.pb.go
generated
|
@ -7,11 +7,10 @@
|
|||
package control
|
||||
|
||||
import (
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
5
pkg/services/control/service.pb.go
generated
5
pkg/services/control/service.pb.go
generated
|
@ -7,11 +7,10 @@
|
|||
package control
|
||||
|
||||
import (
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
1
pkg/services/control/service_grpc.pb.go
generated
1
pkg/services/control/service_grpc.pb.go
generated
|
@ -8,7 +8,6 @@ package control
|
|||
|
||||
import (
|
||||
context "context"
|
||||
|
||||
grpc "google.golang.org/grpc"
|
||||
codes "google.golang.org/grpc/codes"
|
||||
status "google.golang.org/grpc/status"
|
||||
|
|
5
pkg/services/control/types.pb.go
generated
5
pkg/services/control/types.pb.go
generated
|
@ -7,11 +7,10 @@
|
|||
package control
|
||||
|
||||
import (
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
5
pkg/services/tree/service.pb.go
generated
5
pkg/services/tree/service.pb.go
generated
|
@ -10,11 +10,10 @@
|
|||
package tree
|
||||
|
||||
import (
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
1
pkg/services/tree/service_grpc.pb.go
generated
1
pkg/services/tree/service_grpc.pb.go
generated
|
@ -11,7 +11,6 @@ package tree
|
|||
|
||||
import (
|
||||
context "context"
|
||||
|
||||
grpc "google.golang.org/grpc"
|
||||
codes "google.golang.org/grpc/codes"
|
||||
status "google.golang.org/grpc/status"
|
||||
|
|
5
pkg/services/tree/types.pb.go
generated
5
pkg/services/tree/types.pb.go
generated
|
@ -10,11 +10,10 @@
|
|||
package tree
|
||||
|
||||
import (
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Reference in a new issue