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 proxy url #117

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Extract proxy url #117

merged 1 commit into from
Jun 26, 2024

Conversation

cdupuis
Copy link
Member

@cdupuis cdupuis commented Jun 26, 2024

Description

This PR extracts the proxy url and makes it a parameter.

Related PRs

None

return func(h *EventHandler) {
provider := getProxyClientProvider(url)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not urgent, but we could unwrap this func since the signatures are now the same.

I think this line could just be something like provider := proxy.NewProxyClientFromSkillRequest

@cdupuis cdupuis merged commit 2a27a64 into main Jun 26, 2024
2 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