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

Extract interface slice from client for code-gen #77

Merged
merged 2 commits into from
Nov 10, 2022

Conversation

jviau
Copy link
Member

@jviau jviau commented Nov 10, 2022

This PR extracts a very small interface from DurableTaskClient into the Abstractions layer to enable code-generation. Instead of moving all the client types over to abstractions, this smaller contract was chosen to be extracted as this is the only method code-generation will need for now. This interface is public, but lives in the Microsoft.DurableTask.Internal namespace and has a disclaimer telling customers to not use it directly.

@jviau jviau requested a review from cgillum November 10, 2022 01:53
Copy link
Member

@cgillum cgillum left a comment

Choose a reason for hiding this comment

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

:shipit:

@jviau jviau merged commit fd50acf into microsoft:main Nov 10, 2022
@jviau jviau deleted the client-interface branch November 10, 2022 21:36
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.

2 participants