Skip to content

Commit

Permalink
Merge pull request #1064 from Fenny/master
Browse files Browse the repository at this point in the history
🧹 remove invalid config
  • Loading branch information
Fenny authored Dec 9, 2020
2 parents e9a0f33 + 6dcbdf4 commit 9049720
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions middleware/session/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9049720

Please sign in to comment.