Go to file
Jeff Carr 6decae568d droplet create 2025-06-04 06:45:48 -05:00
.gitignore Day1 2025-05-22 17:32:22 -05:00
LICENSE Day1 2025-05-22 17:32:22 -05:00
Makefile Day1 2025-05-22 17:32:22 -05:00
README.md misc 2025-05-23 18:15:42 -05:00
bug.marshal.pb.go droplet create 2025-06-04 06:45:48 -05:00
bug.pb.go droplet create 2025-06-04 06:45:48 -05:00
bug.proto playing around with forge patching 2025-06-04 06:30:03 -05:00
bug.sort.pb.go droplet create 2025-06-04 06:45:48 -05:00
go.mod droplet create 2025-06-04 06:45:48 -05:00
go.sum droplet create 2025-06-04 06:45:48 -05:00
init.go Day1 2025-05-22 17:32:22 -05:00

README.md

protobuf definition files for git-bug

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.