Documentation ¶
Overview ¶
Package session provides a core business API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotFound = errors.New("session not found")
)
Set of error variables for CRUD operations.
Functions ¶
This section is empty.
Types ¶
type Core ¶
type Core struct {
// contains filtered or unexported fields
}
Core manages the set of APIs for session access.
Click to show internal directories.
Click to hide internal directories.