1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-23 04:47:02 +00:00

Ok finish the context's tests

This commit is contained in:
Makis Maropoulos
2016-07-07 01:26:05 +02:00
parent 728cba60f7
commit f5f7f22245
2 changed files with 10 additions and 0 deletions

View File

@@ -66,9 +66,11 @@ type (
GetString(string) string
GetInt(string) int
Set(string, interface{})
VisitAllCookies(func(string, string))
SetCookie(*fasthttp.Cookie)
SetCookieKV(string, string)
RemoveCookie(string)
GetFlashes() map[string]string
GetFlash(string) (string, error)
SetFlash(string, string)
Session() store.IStore