mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-12 03:01:21 +00:00
commit
9049720218
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user