put stream types into oneof
This commit is contained in:
parent
2dddd44a24
commit
3913367e8a
1 changed files with 5 additions and 3 deletions
|
@ -41,9 +41,11 @@ message Stream {
|
|||
Fee fee = 14;
|
||||
File file = 15;
|
||||
|
||||
Image image = 16;
|
||||
Video video = 17;
|
||||
Audio audio = 18;
|
||||
oneof type {
|
||||
Image image = 16;
|
||||
Video video = 17;
|
||||
Audio audio = 18;
|
||||
}
|
||||
}
|
||||
|
||||
message Fee {
|
||||
|
|
Loading…
Reference in a new issue