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

Add ClientCreationOpts.ExtraOpts and move rust specific options to it #144

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

kegsay
Copy link
Member

@kegsay kegsay commented Sep 27, 2024

This avoids polluting the shared client API with client-specific options.

Part of #132 - this pattern will be used whenever tests need to pass custom data to their client impl.

This only leaves the handling of custom functionality, which currently cannot be expressed without polluting the Client API.

This avoids polluting the shared client API with client-specific options.
Copy link
Contributor

@andybalaam andybalaam left a comment

Choose a reason for hiding this comment

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

Looks good!

@kegsay kegsay merged commit 119bf5e into main Sep 30, 2024
4 checks passed
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