Compare commits

..

No commits in common. "2ee8d4947bd6107e95168c01f278178e314081e9" and "55a0052c71960b5f85f81fed30b5154d187102bf" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -1,6 +1,3 @@
# protobuf definition files for git-bug # protobuf definition files for git-bug
This is to make a easy way to parse the bugs from This is an expirement to see if this will be useful
the federated git-bug system. Search can be implemented
on top of this protobuf definition instead of being mixed
in with the database code.

View File

@ -10,7 +10,6 @@ import "google/protobuf/any.proto"; // Import 'Any'
message Bug { message Bug {
string uuid = 1; string uuid = 1;
string name = 2; string name = 2;
string subject = 3;
} }
message Bugs { // `autogenpb:marshal` message Bugs { // `autogenpb:marshal`