diff options
| author | Jeff Carr <[email protected]> | 2025-09-08 03:37:27 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-08 03:37:27 -0500 |
| commit | 1fe6c532674ad10cbd5021a619fa0a269fe33194 (patch) | |
| tree | f2c98f2f3a1df32fc71d1b1594498d2a14571e0f /file.proto | |
| parent | 7d67ae7528fdda142e51dda401e9f801563c947a (diff) | |
autogen some http code
Diffstat (limited to 'file.proto')
| -rw-r--r-- | file.proto | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
