Skip to content

Commit

Permalink
🧹 add platform kind string to asset proto for v9 handling (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeffrey authored Sep 13, 2023
1 parent 58f0545 commit a52b0ac
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 37 deletions.
84 changes: 47 additions & 37 deletions motor/asset/asset.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions motor/asset/asset.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,6 @@ message Asset {

// optional url that can be used to access the asset via a browser
string url = 35;

string kind_string = 36;
}

0 comments on commit a52b0ac

Please sign in to comment.