Files
Gokapi/internal/webserver/sessionstructure/Session.go
T
2021-04-13 14:48:57 +02:00

8 lines
123 B
Go

package sessionstructure
// Session contains cookie parameter
type Session struct {
RenewAt int64
ValidUntil int64
}