Closed slashdotdash closed 2 years ago
Add stream_info/2 function to get basic information about a stream.
stream_info/2
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.Example