diff options
| author | Jeff Carr <[email protected]> | 2025-10-04 15:30:09 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-04 15:30:09 -0500 |
| commit | ec669a62c02da925dc5659d4525ff4eba05fae11 (patch) | |
| tree | ebaf5a2009dde9e763f8e514f0cdbb53d590a770 /auto.proto | |
| parent | 85885a09373e59c8a8ea0bfc015bee647182fd32 (diff) | |
smart exit function
Diffstat (limited to 'auto.proto')
| -rw-r--r-- | auto.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,5 +28,5 @@ message Auto { // `autogenpb:marshal` ` message Autos { // `autogenpb:marshal` `autogenpb:sort` `autogenpb:nomutex` string uuid = 1; // `autogenpb:uuid:94210ebf-a534-4b33-aadd-2f5e1f56ae38` string version = 2; // `autogenpb:version:v0.0.1` - repeated Auto autos = 3; // THIS MUST BE HttpRequest and then HttpRequests + repeated Auto autos = 3; } |
