We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c140704 commit 732ec20Copy full SHA for 732ec20
Sources/KurrentDB/Streams/Usecase/All/Streams.ReadAll.swift
@@ -87,7 +87,8 @@ extension Streams.ReadAll {
87
package func build() -> UnderlyingMessage {
88
.with {
89
$0.noFilter = .init()
90
-
+ $0.all = .init()
91
+
92
switch uuidOption {
93
case .structured:
94
$0.uuidOption.structured = .init()
@@ -103,9 +104,9 @@ extension Streams.ReadAll {
103
104
105
switch position {
106
case .start:
- $0.stream.start = .init()
107
+ $0.all.start = .init()
108
case .end:
- $0.stream.end = .init()
109
+ $0.all.end = .init()
110
case let .specified(commitPosition, preparePosition):
111
$0.all.position = .with {
112
$0.commitPosition = commitPosition
0 commit comments