diff options
Diffstat (limited to 'bug.proto')
| -rw-r--r-- | bug.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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` |
