Skip to content

Commit 4f8035c

Browse files
authored
Merge pull request #28 from michalskrivanek/descriptions
add "descriptions" field to GetReport
2 parents b7a2301 + b49c229 commit 4f8035c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proto/jumpstarter/v1/jumpstarter.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ message DriverInstanceReport {
6767
string uuid = 1; // a unique id within the exporter
6868
optional string parent_uuid = 2; // optional, if device has a parent device
6969
map<string, string> labels = 3;
70+
optional string description = 4; // optional custom driver description for CLI
71+
map<string, string> methods_description = 5; // method name -> help text for CLI
7072
}
7173

7274
message RegisterResponse {

0 commit comments

Comments
 (0)