-
Notifications
You must be signed in to change notification settings - Fork 2
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
Refactor streaming_search_inner to return a Stream object #15
Merged
Commits on Oct 9, 2024
-
Refactor streaming_search_inner to return a Stream object
This commit refactors the `streaming_search_inner` method in the `LdapClient` struct to return a `Stream` object instead of a vector of `SearchEntry` objects. The `Stream` object encapsulates the search stream and provides methods for iterating over the search results. This change improves the usability and flexibility of the `streaming_search` method.
Configuration menu - View commit details
-
Copy full SHA for e97f18c - Browse repository at this point
Copy the full SHA e97f18cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d41db - Browse repository at this point
Copy the full SHA 94d41dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 931de5d - Browse repository at this point
Copy the full SHA 931de5dView commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d881589 - Browse repository at this point
Copy the full SHA d881589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8175f35 - Browse repository at this point
Copy the full SHA 8175f35View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66cdc07 - Browse repository at this point
Copy the full SHA 66cdc07View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7961cd - Browse repository at this point
Copy the full SHA c7961cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9683e1 - Browse repository at this point
Copy the full SHA c9683e1View commit details
Commits on Oct 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 33a6b3e - Browse repository at this point
Copy the full SHA 33a6b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d84c665 - Browse repository at this point
Copy the full SHA d84c665View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4a233 - Browse repository at this point
Copy the full SHA fc4a233View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 908709b - Browse repository at this point
Copy the full SHA 908709bView commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20bda5d - Browse repository at this point
Copy the full SHA 20bda5dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.