Versions in this module Expand all Collapse all v0 v0.0.2 Dec 13, 2024 v0.0.1 Dec 13, 2024 Changes in this version + var SecureCookie = securecookie.New(securecookie.GenerateRandomKey(64), securecookie.GenerateRandomKey(32)) + func TestContext(path, method string, params map[string]string) (echo.Context, *httptest.ResponseRecorder) + func TestRandomString(n int) string + func TestRedisClient() *redis.Client