mirror of https://github.com/gofiber/fiber.git
📚 Doc: Undocumented function in session.md (#2795)
SetExpiry was not listed in the Session functions.pull/2796/head
parent
96344abbd8
commit
2143492223
|
@ -29,6 +29,7 @@ func (s *Session) Save() error
|
|||
func (s *Session) Fresh() bool
|
||||
func (s *Session) ID() string
|
||||
func (s *Session) Keys() []string
|
||||
func (s *Session) SetExpiry(exp time.Duration)
|
||||
```
|
||||
|
||||
:::caution
|
||||
|
|
Loading…
Reference in New Issue