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 stream_info/2 function #247

Merged
merged 3 commits into from
Dec 24, 2021
Merged

Add stream_info/2 function #247

merged 3 commits into from
Dec 24, 2021

Conversation

slashdotdash
Copy link
Member

Add stream_info/2 function to get basic information about a stream.

Example

alias EventStore.Streams.StreamInfo

{:ok, %StreamInfo{stream_version: stream_version}} = MyApp.EventStore.stream_info("stream-1234")

Add `stream_info/2` function to get basic information about a stream.
@slashdotdash slashdotdash merged commit e6d88fb into master Dec 24, 2021
@slashdotdash slashdotdash deleted the feature/stream_info branch December 24, 2021 11:21
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