move repeated attributes into Claim directly, added ClaimList #31

Merged
eukreign merged 7 commits from claim_list_etc into master 2019-04-15 20:18:13 +02:00
Showing only changes of commit c3a67080b9 - Show all commits

View file

@ -10,8 +10,6 @@ message Claim {
repeated Language languages = 5;
repeated Location locations = 6;
bytes parent = 7;
oneof type {
Stream stream = 10;
Channel channel = 11;