You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide argument gorums_out=srv=<srvName>,paths=... to protoc-gen-gorums to generate skeleton server code. The generated code would be saved to a file srvname.go. Decide if we should support both source_relative and other options. If srvname.go already exists and is non-empty, it should not be overwritten unless explicitly forced.
The default should be to generate server and client code templates unless they already exist. We could read an existing file, and check whether or not the method signatures still match, e.g. after a change, and warn the user.
Provide argument
gorums_out=srv=<srvName>,paths=...
toprotoc-gen-gorums
to generate skeleton server code. The generated code would be saved to a filesrvname.go
. Decide if we should support bothsource_relative
and other options. Ifsrvname.go
already exists and is non-empty, it should not be overwritten unless explicitly forced.The text was updated successfully, but these errors were encountered: