Skip to content

Commit

Permalink
📚 Doc: Undocumented function in session.md (#2795)
Browse files Browse the repository at this point in the history
SetExpiry was not listed in the Session functions.
  • Loading branch information
gandaldf committed Jan 12, 2024
1 parent 96344ab commit 2143492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/middleware/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2143492

Please sign in to comment.