-
Notifications
You must be signed in to change notification settings - Fork 90
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
feat: Add Session Module 3 #449
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #449 +/- ##
=======================================
Coverage 71.61% 71.61%
=======================================
Files 167 168 +1
Lines 10134 10176 +42
=======================================
+ Hits 7257 7288 +31
- Misses 2317 2324 +7
- Partials 560 564 +4 β View full report in Codecov by Sentry. |
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.
Great job!
session/middleware/start_session.go
Outdated
} | ||
|
||
// Retrieve session driver | ||
d, err := session.Facade.Driver() |
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.
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.
π
* remove contentType from stream method * chore: update mocks * add ResponseStatus in the stream * chore: update mocks --------- Co-authored-by: kkumar-gcc <[email protected]>
Closes: goravel/goravel#357
Related PR: #428, #436
π Description
add
start_session
middlewareβ Checks