summaryrefslogtreecommitdiff
path: root/forgeConfig.proto
diff options
context:
space:
mode:
Diffstat (limited to 'forgeConfig.proto')
-rw-r--r--forgeConfig.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto
index 36230a5..de60159 100644
--- a/forgeConfig.proto
+++ b/forgeConfig.proto
@@ -4,6 +4,8 @@ package forgepb;
import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp
+// `autogenpb:uuid:7267f5d5-954b-44b7-9f67-2eb808791355` // todo: add file support
+
// define 3 branches. that is all that is supported
// the term 'master' is used in the code because 'main' is a reserved word in golang already
// allow 'read only' and 'private' flags
@@ -31,7 +33,6 @@ message ForgeConfig {
google.protobuf.Timestamp verstamp = 12; // the git commit timestamp of the version
}
-// TODO: autogen 'sort', 'marshal'
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?