Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Name string Store Store Path string // optional Domain string // optional Expires time.Time // optional RawExpires string // for reading cookies only MaxAge int Secure bool HttpOnly bool SameSite http.SameSite Raw string Unparsed []string // Raw text of unparsed attribute-value pairs }
Config struct
type KoaSession ¶
type KoaSession struct { Config // contains filtered or unexported fields }
KoaSession struct
type MemStore ¶
type MemStore struct {
// contains filtered or unexported fields
}
MemStore struct
type RedisStore ¶
type RedisStore struct {
// contains filtered or unexported fields
}
RedisStore struct
Click to show internal directories.
Click to hide internal directories.