From 1fe6c532674ad10cbd5021a619fa0a269fe33194 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 8 Sep 2025 03:37:27 -0500 Subject: autogen some http code --- file.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'file.proto') 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 -- cgit v1.2.3