summaryrefslogtreecommitdiff
path: root/forgeConfig.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-30 15:33:53 -0600
committerJeff Carr <[email protected]>2024-11-30 15:33:53 -0600
commit0b5687f76618025230baa4cf31e56dc1aba52d8b (patch)
tree59d20b2a0e0f15e46877c81b570a55023cf5f331 /forgeConfig.proto
parent75dd87e307793869b9dfbe56844f82096f6402fe (diff)
autogen more stuffv0.0.11
Diffstat (limited to 'forgeConfig.proto')
-rw-r--r--forgeConfig.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto
index 5195b09..36230a5 100644
--- a/forgeConfig.proto
+++ b/forgeConfig.proto
@@ -11,7 +11,7 @@ import "google/protobuf/timestamp.proto"; // Import the well-known type for Time
// for example 'zookeeper' is packaged as 'zookeeper-go'
// due to the prior apache foundation project. This happens and is ok!
message ForgeConfig {
- string goPath = 1; // Examples: 'go.wit.com/apps/go-clone' or "~/mythings" or "/home/src/foo"
+ string goPath = 1; // `autogenpb:unique` // Examples: 'go.wit.com/apps/go-clone' or "~/mythings" or "/home/src/foo"
bool writable = 2; // if you have write access to the repo
bool readOnly = 3; // the opposite, but needed for now because I don't know what I'm doing
@@ -32,7 +32,7 @@ message ForgeConfig {
}
// TODO: autogen 'sort', 'marshal'
-message ForgeConfigs {
+message ForgeConfigs { // `autogenpb:marshal`
string uuid = 1; // could be useful for /usr/share/file/magic someday?
string version = 2; // could be used for protobuf schema change violations?
repeated ForgeConfig ForgeConfigs = 3;