-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add extra fields to RPC endpoints #50
Conversation
@AndreasDahl / @tmcgilchrist Could I get a review on the changes in this PR. The changes are relative small and strait forward. Apart from adding new fields to auto generated service structs, it slightly changes how the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thank you for the PR 👍
Thanks both. Really appreciated. |
Looks good to me. Thanks.
…On Fri, 26 May 2023 at 7:47 pm, Anders Peter Fugmann < ***@***.***> wrote:
Merged #50 <#50> into
master.
—
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABJXOLYGA3RRHI6BNILVS3XIB3ZPANCNFSM6AAAAAAYMN2UC4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Add
service_name
,method_name
andpackage_name
to RPC modules.Closes #49