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

Introduce serve.WithFS() option #21

Merged
merged 1 commit into from Jan 18, 2022
Merged

Introduce serve.WithFS() option #21

merged 1 commit into from Jan 18, 2022

Conversation

juliaogris
Copy link
Member

@juliaogris juliaogris commented Jan 17, 2022

Introduce serve.WithFS() option so that we can use serve with embed.FS.
In order to make test embed.FS we cannot use links and we need to place
the .pb file in the same directory as the methods.

This is a temporary state until we cleanup NewServer in a more
comprehensive, not allowing for .pb files to be specified separately
from the method dirs.

Introduce serve.WithFS() option so that we can use serve with embed.FS.
In order to make test embed.FS we cannot use links and we need to place
the .pb file in the same directory as the methods.

This is a temporary state until we cleanup NewServer in a more
comprehensive, not allowing for .pb files to be specified separately
from the method dirs.
@juliaogris juliaogris changed the title wip Introduce serve.WithFS() option Jan 18, 2022
@juliaogris juliaogris marked this pull request as ready for review January 18, 2022 00:52
Copy link
Member

@camh- camh- left a comment

Choose a reason for hiding this comment

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

Good stuff. I look forward to revving this in the direction we've talked about.

🥗

@juliaogris juliaogris merged commit bb30a2d into master Jan 18, 2022
@juliaogris juliaogris deleted the fs branch January 18, 2022 00:59
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.

None yet

2 participants