hack until I make a http.proto file

This commit is contained in:
Jeff Carr 2025-02-16 12:03:09 -06:00
parent 9c17d8b92f
commit df91ac2cbd
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ message Machine { // `autogenpb:marshal`
Packages installed = 7; // packages that are installed Packages installed = 7; // packages that are installed
Packages available = 8; // packages that are available Packages available = 8; // packages that are available
Packages wit = 9; // packages that are available from mirrors.wit.com Packages wit = 9; // packages that are available from mirrors.wit.com
string userAgent = 10;
} }
message Machines { // `autogenpb:marshal` message Machines { // `autogenpb:marshal`