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 ee3f878244 - Show all commits

View file

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