-
Notifications
You must be signed in to change notification settings - Fork 35
[0.3] Rework handlers and worlds #199
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
Conversation
This will require a fair bit of renaming churn across several repos which I will help with if this is accepted. |
dbd35fa
to
1077c9e
Compare
1077c9e
to
5a56ac5
Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
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.
I like the new names! Just some comments on the comments.
40e3f32
to
c3ddcf5
Compare
- Add a `client` interface with a `send` function matching `handle` - Replace the `imports` world's `handler` import with `client` - Replace the `proxy` world with `service` - Add a `middleware` world
c3ddcf5
to
a059ac1
Compare
a059ac1
to
6ee48a5
Compare
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.
Beautiful, thanks!
Co-authored-by: Luke Wagner <[email protected]>
cd92e0b
to
10a3d63
Compare
client
interface with asend
function matchinghandle
proxy
world withservice
imports
world intoservice
handler
import withclient
middleware
worldRef #167