file

package
v2.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(opts *FileOptions) sessions.Store

func NewFilesystemStore

func NewFilesystemStore(path string, keyPairs ...[]byte) sessions.Store

NewFilesystemStore returns a new FilesystemStore.

The path argument is the directory where sessions will be saved. If empty it will use os.TempDir().

See NewCookieStore() for a description of the other parameters.

func Reg

func Reg(store sessions.Store, args ...string)

func RegWithOptions

func RegWithOptions(opts *FileOptions, args ...string) sessions.Store

Types

type FileOptions

type FileOptions struct {
	SavePath string   `json:"savePath"`
	KeyPairs [][]byte `json:"keyPairs"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL