completed stream request flow and tests. restructured other parts of the code.

This commit is contained in:
Jay
2026-05-11 21:55:51 -04:00
parent eec6b2ff69
commit 49ce2eb2ac
8 changed files with 1121 additions and 307 deletions
-4
View File
@@ -182,7 +182,6 @@ type ReqQueuedData struct {
SubID string
LetterID uint64
QueuedAt time.Time
Err error
}
func NewReqQueuedJournal(
@@ -202,7 +201,6 @@ type CloseQueuedData struct {
SubID string
LetterID uint64
QueuedAt time.Time
Err error
}
func NewCloseQueuedJournal(
@@ -225,7 +223,6 @@ type ReqSendOutcomeData struct {
SentAt time.Time
MissedAt time.Time
RetryCount int
Err error
}
func NewReqSendOutcomeJournal(
@@ -248,7 +245,6 @@ type CloseSendOutcomeData struct {
SentAt time.Time
MissedAt time.Time
RetryCount int
Err error
}
func NewCloseSendOutcomeJournal(