Skip to content

Commit

Permalink
Upgrade gRPC to latest. (Velocidex#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette authored Apr 10, 2020
1 parent 94b37f6 commit 1bcaff5
Show file tree
Hide file tree
Showing 51 changed files with 3,402 additions and 1,703 deletions.
73 changes: 38 additions & 35 deletions acls/proto/acl.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion acls/proto/acl.proto
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
syntax = "proto3";

import "www.velocidex.com/golang/velociraptor/proto/semantic.proto";
import "proto/semantic.proto";

package proto;

option go_package = "www.velocidex.com/golang/velociraptor/acls/proto";


message ApiClientACL {

bool all_query = 1 [(sem_type) = {
Expand Down
34 changes: 0 additions & 34 deletions actions/proto/actions.pb.go

This file was deleted.

9 changes: 0 additions & 9 deletions actions/proto/actions.proto

This file was deleted.

27 changes: 16 additions & 11 deletions actions/proto/hunts.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions actions/proto/hunts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ syntax = "proto3";

package proto;

option go_package = "www.velocidex.com/golang/velociraptor/actions/proto";

message ForemanCheckin {
uint64 last_hunt_timestamp = 1;
uint64 last_event_table_version = 2;
Expand Down
55 changes: 29 additions & 26 deletions actions/proto/transport.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion actions/proto/transport.proto
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
syntax = "proto3";

// Protobufs for transferring bulk data.
import "www.velocidex.com/golang/velociraptor/proto/semantic.proto";
import "proto/semantic.proto";

package proto;

option go_package = "www.velocidex.com/golang/velociraptor/actions/proto";

// A message to encode a filesystem path (maybe for raw access)
// Next field: 15
message PathSpec {
Expand Down
Loading

0 comments on commit 1bcaff5

Please sign in to comment.