mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
add two new examples and share the app's specific logger instance with sessions databases and APIBuilder
This commit is contained in:
@@ -22,7 +22,7 @@ type (
|
||||
mu sync.RWMutex // for flashes.
|
||||
// Lifetime it contains the expiration data, use it for read-only information.
|
||||
// See `Sessions.UpdateExpiration` too.
|
||||
Lifetime LifeTime
|
||||
Lifetime *LifeTime
|
||||
// Man is the sessions manager that this session created of.
|
||||
Man *Sessions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user