Documentation
¶
Index ¶
Constants ¶
View Source
const (
SessionContextKey = "github.com/fdelbos/django-session.context_key"
)
Variables ¶
View Source
var (
ErrSessionInvalid = errors.New("invalid session")
)
Functions ¶
func GetSession ¶
Types ¶
type BaseSession ¶
type DjangoSession ¶
type DjangoSession struct { Store Store OnError http.HandlerFunc OnInvalidSession http.HandlerFunc }
type PGXSession ¶
type SessionMiddleWare ¶
Click to show internal directories.
Click to hide internal directories.