Categorygithub.com/go-zoox/session
modulepackage
1.2.0
Repository: https://github.com/go-zoox/session.git
Documentation: pkg.go.dev

# README

Session - Simple Session for Go Web.

PkgGoDev Build Status Go Report Card Coverage Status GitHub issues Release

Installation

To install the package, run:

go get -u github.com/go-zoox/session

Getting Started

// See test cases

License

GoZoox is released under the MIT License.

# Functions

New creates a session getter and setter.

# Constants

DefaultCookieKey ...
DefaultHTTPOnly ...
DefaultMaxAge ...
DefaultPath ...

# Variables

DefaultCfg is the default cookie config.
Version is the version of this package.

# Interfaces

Session ...

# Type aliases

Config is the optional session config.