Basic proto file start.

This commit is contained in:
2023-10-24 22:01:15 -07:00
parent d9f779f071
commit 79f30684de
16 changed files with 224 additions and 43 deletions

View File

@@ -4,7 +4,8 @@ package sgardpb;
import 'header.proto';
import 'path.proto';
message HomeDir {
message HomeDir
{
Header header = 1;
map<string, Source> files = 5;