cache

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TokenCacheRedis

type TokenCacheRedis struct {
	// contains filtered or unexported fields
}

func NewTokenInterface

func NewTokenInterface(rdb redis.UniversalClient) *TokenCacheRedis

func (*TokenCacheRedis) AddTokenFlag

func (t *TokenCacheRedis) AddTokenFlag(ctx context.Context, userID string, token string, flag int) error

func (*TokenCacheRedis) DeleteTokenByUid added in v1.8.0

func (t *TokenCacheRedis) DeleteTokenByUid(ctx context.Context, userID string) error

func (*TokenCacheRedis) GetTokensWithoutError

func (t *TokenCacheRedis) GetTokensWithoutError(ctx context.Context, userID string) (map[string]int32, error)

type TokenInterface

type TokenInterface interface {
	AddTokenFlag(ctx context.Context, userID string, token string, flag int) error
	GetTokensWithoutError(ctx context.Context, userID string) (map[string]int32, error)
	DeleteTokenByUid(ctx context.Context, userID string) error
}

Jump to

Keyboard shortcuts

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