diff options
| author | Jeff Carr <[email protected]> | 2025-10-21 07:51:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-21 07:51:50 -0500 |
| commit | 303064638637e8ab89313ace25b73fc02cb46408 (patch) | |
| tree | 7b65c9ac5dae33073cbeb6900f922cdbeff2bd8a /key.proto | |
| parent | 3cf635e3c41be385b50778f7818fd50b006f1671 (diff) | |
cleanups in isle #9
Diffstat (limited to 'key.proto')
| -rw-r--r-- | key.proto | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,11 +7,11 @@ package ENV; message Key { // string var = 1; // ENV var name `autogenpb:unique` `autogenpb:sort` string value = 2; // ENV value name - bool global = 3; // was defined in application OS settings + string global = 3; // where ENV was defined in application OS settings string help = 4; // text for explaining the ENV key/value } -message Keys { // `autogenpb:marshal` `autogenpb:nomutex` +message Keys { // `autogenpb:marshal` `autogenpb:nomutex` `autogenpb:gui` string uuid = 1; // `autogenpb:uuid:7a8aaf7f-9851-42f0-89eb-434d2e51f5bb` string version = 2; // `autogenpb:version:v0.0.1 go.wit.com/lib/ENV` repeated Key keys = 3; |
