Skip to content

Commit

Permalink
Add protocol version comment to the proto
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Oct 10, 2023
1 parent fa81584 commit 8022d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions grpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ syntax = "proto3";
package eu.ostrzyciel.jelly.core.proto.v1;

// gRPC service specifications for RDF streaming.
// Protocol version: 1.0.0

import "rdf.proto";

Expand Down
1 change: 1 addition & 0 deletions rdf.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ syntax = "proto3";
package eu.ostrzyciel.jelly.core.proto.v1;

// Jelly RDF serialization with Protocol Buffers.
// Protocol version: 1.0.0

// RDF IRIs
// Either prefix_id or name_id can be zero if the prefix or the suffix are not used.
Expand Down

0 comments on commit 8022d91

Please sign in to comment.