-
Notifications
You must be signed in to change notification settings - Fork 53
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
fix: refactor to separate Endpoint and Manager contracts #153
Conversation
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.
Generally looks sensible to me!
There are quite a few virtual and override methods around still that no longer have to be so I'd suggest cleaning that up.
The biggest thing imo is getting those integration tests working. Shouldn't actually be a huge lift as the entrypoints have all stayed the same, it's just some setup stuff that you'll have to change
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.
LGTM!
997e302
to
dbd9bdf
Compare
No description provided.