-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Domain objects are not created properly from proto file #9
Comments
Thanks for the report. Did you run |
I'm sorry, I didn't run the |
I just don't get an error message when I run the |
The current roche protoc has the following problems. Strictly speaking, |
I think we've talked about this issue before. In my environment, when I used grapi v0.5.0, I got an error, but the grapi that roche depends on is a later version, right? Example of error output of grapi v0.5.0
roche protoc
|
Describe the bug
Running
roche scaffold domain NAME
after editing a Proto file creates a domain object with fields that are not the edited ones.for example
user.proto
but
domain/entity/user.go
Expected behavior
domain/entity/user.go
The text was updated successfully, but these errors were encountered: