Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #192 from abeaumont/feature/new-roles
Browse files Browse the repository at this point in the history
roles: Add some new roles
  • Loading branch information
juanjux authored Oct 11, 2017
2 parents 8c0e2e6 + 6c50b63 commit 32aa0b9
Show file tree
Hide file tree
Showing 6 changed files with 390 additions and 257 deletions.
191 changes: 136 additions & 55 deletions protocol/generated.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 protocol/generated.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ message NativeParseRequest {
string language = 2;
string content = 3;
gopkg.in.bblfsh.sdk.v1.protocol.Encoding encoding = 4;
google.protobuf.Duration timeout = 5 [(gogoproto.nullable) = false, (gogoproto.stdduration) = true];
}

// NativeParseResponse is the reply to NativeParseRequest by the native parser.
Expand All @@ -38,6 +39,7 @@ message ParseRequest {
string language = 2;
string content = 3;
gopkg.in.bblfsh.sdk.v1.protocol.Encoding encoding = 4;
google.protobuf.Duration timeout = 5 [(gogoproto.nullable) = false, (gogoproto.stdduration) = true];
}

// ParseResponse is the reply to ParseRequest.
Expand Down
Loading

0 comments on commit 32aa0b9

Please sign in to comment.