Compare commits

...

2 Commits

Author SHA1 Message Date
Jeff Carr 2ee8d4947b playing around with forge patching 2025-06-04 06:30:03 -05:00
Jeff Carr 3b0c528b68 misc 2025-05-23 18:15:42 -05:00
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# protobuf definition files for git-bug
This is an expirement to see if this will be useful
This is to make a easy way to parse the bugs from
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,6 +10,7 @@ import "google/protobuf/any.proto"; // Import 'Any'
message Bug {
string uuid = 1;
string name = 2;
string subject = 3;
}
message Bugs { // `autogenpb:marshal`