package
0.0.0-20240907012755-d72dd33290f0
Repository: https://github.com/aclisp/go-zero-side.git
Documentation: pkg.go.dev

# Functions

Forcely delete a session if we know its ID.
No description provided by the author
GetUserAddr from the http request, considering X-Forwarded-For, Forwarded.
No description provided by the author
SetToken adds a Set-Session-Token header to the provided [ResponseWriter]'s headers.
No description provided by the author
Token returns the named token provided in the request or [ErrNoToken] if not found.

# Constants

Is the session authenticated: 0: no; 1: yes.
The time when the session is created.
The path where the session is last updated.
The time when the session is last updated.
User-Agent request header.
The user's ID.
The user's IP address.
The user's name.
The user's type: admin|<nil>.

# Variables

No description provided by the author

# Structs

No description provided by the author
lint:file-ignore SA5008 Use gozero config tagsnolint:staticcheck.