store

package
v0.0.0-...-3eb4ebe Latest Latest
Warning

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

Go to latest
Published: May 24, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SerializableStore

type SerializableStore interface {
	Get(ctx context.Context, sessionTokenHash string) (token.Token, error)
	Set(ctx context.Context, sessionToken *token.Token) error
	Delete(ctx context.Context, token string) error
}

func CustomRedisStore

CustomRedisStore established new Redis connection

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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