1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 09:23:39 +00:00

✏ fix comment

This commit is contained in:
Fenny 2020-11-11 18:45:04 +01:00
parent ee596c2c8d
commit d8623ef53c

View File

@ -37,7 +37,8 @@ type Config struct {
// Optional. Default: 24 hours
Expiration time.Duration
// Store interface
// Storage interface
//
// Optional. Default: memory.New()
Storage fiber.Storage
}