1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-04 18:57:03 +00:00

Embrace https://github.com/kataras/iris/issues/250 - Flash messages available inside request life

This commit is contained in:
Makis Maropoulos
2016-07-02 15:02:33 +02:00
parent 1f1ed4cc36
commit 9100560e00
4 changed files with 88 additions and 30 deletions

View File

@@ -69,10 +69,8 @@ type (
SetCookie(*fasthttp.Cookie)
SetCookieKV(string, string)
RemoveCookie(string)
GetFlash(string) string
GetFlashBytes(string) ([]byte, error)
GetFlash(string) (string, error)
SetFlash(string, string)
SetFlashBytes(string, []byte)
Session() store.IStore
SessionDestroy()
Log(string, ...interface{})