diff options
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ message Repo { // `autogenpb:marshal` bool readOnly = 17; // tracks access to 'git push' string URL = 18; // the URL. amazingly I didn't add this earlier. duh. bool goProtobuf = 19; // autogen go files from .proto + string desc = 20; // what is this repo? } message Repos { // `autogenpb:marshal` |
