-
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
chore: ingestion processing cleanup #209
chore: ingestion processing cleanup #209
Conversation
Go test coverage
Total coverage: 74.9% |
377dc45
to
7efa321
Compare
7efa321
to
debebfa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Luke, lots of great improvements 👏
A few tiny asks to consider.
if err != nil { | ||
return nil, nil, err | ||
} | ||
return &ingestionLog.ID, log, nil |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, let's introduce service layer struct to abstract proto types as args and return types in a separate PR.
Co-authored-by: Michal Fiedorowicz <[email protected]>
Co-authored-by: Michal Fiedorowicz <[email protected]>
252498e
into
feat-postgres-implementation-and-enhancements
No description provided.