Database the redis back-end session database for the sessions.
| 82 | |
| 83 | // Database the redis back-end session database for the sessions. |
| 84 | type Database struct { |
| 85 | c Config |
| 86 | logger *golog.Logger |
| 87 | } |
| 88 | |
| 89 | var _ sessions.Database = (*Database)(nil) |
| 90 |
nothing calls this directly
no outgoing calls
no test coverage detected