toolchains: Expose raw JSON representation of a toolchain (#20721)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
6ab4b46984
commit
75c545aa1e
5 changed files with 38 additions and 19 deletions
|
@ -2473,6 +2473,7 @@ message ListToolchains {
|
|||
message Toolchain {
|
||||
string name = 1;
|
||||
string path = 2;
|
||||
string raw_json = 3;
|
||||
}
|
||||
|
||||
message ToolchainGroup {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue