summaryrefslogtreecommitdiff
path: root/key.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-24 00:57:44 -0500
committerJeff Carr <[email protected]>2025-10-24 00:57:44 -0500
commit1b34a295788425c01b25a6ce786081ceb334b908 (patch)
tree0713202236fa7a89e02f11752d8ead90a512181b /key.proto
parent8ae45ad4992a156dc5631a937aab4ee56a8e638c (diff)
remove gui from .proto until /gui package is redone
Diffstat (limited to 'key.proto')
-rw-r--r--key.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/key.proto b/key.proto
index f6e187d..3a49d57 100644
--- a/key.proto
+++ b/key.proto
@@ -11,7 +11,7 @@ message Key { //
string help = 4; // text for explaining the ENV key/value
}
-message Keys { // `autogenpb:marshal` `autogenpb:nomutex` `autogenpb:gui`
+message Keys { // `autogenpb:marshal` `autogenpb:nomutex`
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;