summaryrefslogtreecommitdiff
path: root/file.proto
diff options
context:
space:
mode:
Diffstat (limited to 'file.proto')
-rw-r--r--file.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/file.proto b/file.proto
index 2a3be94..070da89 100644
--- a/file.proto
+++ b/file.proto
@@ -50,6 +50,7 @@ message MsgName {
bool doGui = 13; // if a gui.pb.go file should be created
string guiVarName = 14; // the name of the variable to use
MsgName localMsgs = 15; // messages can define other local only messages
+ bool doHTTP = 16; // make http.pb.go files
}
message Sort {
@@ -103,6 +104,7 @@ message File { // `autogenpb:var:w io.Wri
repeated Sort toSort = 12; // variables that are repeated can have the standard functions generated (Sort(), etc)
string goPath = 13; // the version to use in a func NewMsgName()
bool doGui = 14; // if a gui.pb.go file should be created
+ bool doHTTP = 15; // http.pb.go
}
// I know, I know, the whole point of using protobuf
// is so you don't need a uuid or versions because it's