made session, flash, work(ish)

This commit is contained in:
2018-04-07 19:56:42 +01:00
parent b8f8c995c1
commit 98fad75b95
6 changed files with 41 additions and 37 deletions

View File

@@ -20,4 +20,6 @@ type Context interface {
Redirect(status int, url string) error
Env() string
Logger() *logrus.Logger
Session() *Session
Flash() *Flash
}