diff options
| author | Jeff Carr <[email protected]> | 2025-01-09 21:15:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-09 21:15:52 -0600 |
| commit | 40c340c6267aa53164804aad6ed988183fc42d3f (patch) | |
| tree | 1ad29ea8e104520611b7f7876393645bbbc768af /forgeConfig.proto | |
| parent | f9dd82cdcc6db632bfdecf2623e7e1486a37c6b3 (diff) | |
requires sortv0.0.45
Diffstat (limited to 'forgeConfig.proto')
| -rw-r--r-- | forgeConfig.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto index 77c559e..e96001d 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -13,7 +13,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; // `autogenpb:unique` // Examples: 'go.wit.com/apps/go-clone' or "~/mythings" or "/home/src/foo" + string goPath = 1; // `autogenpb:unique` `autogenpb:sort` // 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 |
