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

Change Module's endpoint from propery to function #367

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

dongreenberg
Copy link
Contributor

This allows us to set external=True or False, in case we want a locally-callable
endpoint. Previously if the endpoint was only locally callable, we would only return
None. This is now also consistent with Cluster's endpoint().

Copy link
Contributor Author

dongreenberg commented Jan 19, 2024

This allows us to set external=True or False, in case we want a locally-callable
endpoint. Previously if the endpoint was only locally callable, we would only return
None. This is now also consistent with Cluster's endpoint().
@dongreenberg dongreenberg merged commit 2a6ed0f into main Jan 19, 2024
14 of 15 checks passed
@dongreenberg dongreenberg deleted the module_endpoint_not_property branch January 19, 2024 21:19
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.

1 participant