📚 Doc: Undocumented function in session.md (#2795)

SetExpiry was not listed in the Session functions.
pull/2796/head
Diego Parisi 2024-01-12 10:31:27 +01:00 committed by GitHub
parent 96344abbd8
commit 2143492223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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