Skip to content
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

impl: read service config #83

Merged
merged 1 commit into from
Nov 5, 2024
Merged

impl: read service config #83

merged 1 commit into from
Nov 5, 2024

Conversation

julieqiu
Copy link
Member

@julieqiu julieqiu commented Nov 4, 2024

Fixes #38
Updates #42

@julieqiu julieqiu marked this pull request as draft November 4, 2024 04:08
@julieqiu julieqiu force-pushed the julie-pr10 branch 4 times, most recently from 3467169 to d723d5b Compare November 4, 2024 21:30
@julieqiu julieqiu marked this pull request as ready for review November 4, 2024 21:31
method.Name = m.GetName()
method.InputTypeID = m.GetInputType()
method.OutputTypeID = m.GetOutputType()
method := &genclient.Method{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change seem unrelated, but meh.

Copy link
Member Author

@julieqiu julieqiu Nov 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was more for readability, but happy to put in a separate PR

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file seems unrelated.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@julieqiu julieqiu merged commit 5125a80 into main Nov 5, 2024
15 checks passed
@julieqiu julieqiu deleted the julie-pr10 branch November 5, 2024 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

extract the service name from proto or service config
2 participants