1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-12 03:01:21 +00:00

Merge pull request #1064 from Fenny/master

🧹 remove invalid config
This commit is contained in:
Joey 2020-12-09 01:31:00 +01:00 committed by GitHub
commit 9049720218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,11 +44,6 @@ type Config struct {
// KeyGenerator generates the session key.
// Optional. Default value utils.UUIDv4
KeyGenerator func() string
// CustomType allows you to store custom type/struct
// in any Storage provider. Only use this option if you
// are using custom a custom type/struct used as value.
CustomType interface{}
}
// ConfigDefault is the default config