diff options
Diffstat (limited to 'forgeConfig.proto')
| -rw-r--r-- | forgeConfig.proto | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto index adae2c4..b52509c 100644 --- a/forgeConfig.proto +++ b/forgeConfig.proto @@ -14,6 +14,7 @@ import "google/protobuf/timestamp.proto"; // Import the well-known type for Time // package names sometimes must be different than the binary name // for example 'zookeeper' is packaged as 'zookeeper-go' // due to the prior apache foundation project. This happens and is ok! + message ForgeConfig { // `autogenpb:nomutex` string goPath = 1; // `autogenpb:unique` `autogenpb:sort` // Examples: 'go.wit.com/apps/go-clone' or "~/mythings" or "/home/src/foo" @@ -35,8 +36,6 @@ message ForgeConfig { // `autogenpb:nom google.protobuf.Timestamp verstamp = 12; // the git commit timestamp of the version string goSrc = 13; // is ~/go/src unless a go.work file is found } - -// todo: fix autogenpb to look for enum enum ForgeMode { MASTER = 0; // "release mode" DEVEL = 1; // "patch mode" @@ -53,10 +52,10 @@ message ForgeConfigs { // `autogenpb:mar string defaultGui = 7; // default GUI plugin to use ForgeMode mode = 8; // what "mode" forge is in } - // this generic message is used by autogen to identify and // then dump the uuid and version from any arbitrary .pb file message Identify { // `autogenpb:marshal` string uuid = 1; // string version = 2; // } +// footer was empty |
