diff options
| author | Jeff Carr <[email protected]> | 2025-03-05 12:40:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-05 12:42:50 -0600 |
| commit | eea1747f448471d86e0aac0cee5054e7dbc8d6e0 (patch) | |
| tree | a43b50bde13a9c96aefa6468a6cd41ae300c1f13 /machine.proto | |
| parent | 96b4c0b5a1c26504b098f6d35471de9b7b5a5cbb (diff) | |
next step, fix autogenpb
Diffstat (limited to 'machine.proto')
| -rw-r--r-- | machine.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machine.proto b/machine.proto index fe30812..f356f77 100644 --- a/machine.proto +++ b/machine.proto @@ -19,6 +19,7 @@ message Machine { // `autogenpb:marshal` Packages wit = 9; // packages that are available from mirrors.wit.com string userAgent = 10; string uuid = 11; + // func(string) blah = 12; } message Machines { // `autogenpb:marshal` `autogenpb:gui` |
