Reorganization

This commit is contained in:
watsonb8
2019-07-05 14:17:09 -04:00
parent a01d399a1f
commit ec6a7586c7
76 changed files with 475 additions and 296 deletions

View File

@ -0,0 +1,10 @@
syntax = "proto3";
package Aurora.Proto;
message Chunk {
bytes Content = 1;
}
message Empty{
}