rename proto to avoid namespace conflicts when importing v1+v2 #24
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
syntax = "proto3";
|
||||
|
||||
package pb;
|
||||
package pb3;
|
||||
|
||||
message Claim {
|
||||
enum Type {
|
||||
|
@ -63,4 +63,4 @@ message File {
|
|||
message Video {
|
||||
uint32 width = 1;
|
||||
uint32 height = 2;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue