mirror of
https://github.com/cubixle/tuu.git
synced 2026-04-24 21:24:43 +01:00
made session, flash, work(ish)
This commit is contained in:
@@ -20,4 +20,6 @@ type Context interface {
|
||||
Redirect(status int, url string) error
|
||||
Env() string
|
||||
Logger() *logrus.Logger
|
||||
Session() *Session
|
||||
Flash() *Flash
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user