cache

package
v0.0.0-...-a051c0a Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminCache

type AdminCache interface {
	SaveInviteToken(
		ctx context.Context,
		ttl time.Duration,
		token string,
	) error

	ValidateInviteToken(
		ctx context.Context,
		token string,
	) (isValid bool, err error)

	SaveAccessToken(
		ctx context.Context,
		token string,
		ttl time.Duration,
	) error

	ValidateAccessToken(
		ctx context.Context,
		token string,
	) (bool, error)
}

type RedisCache

type RedisCache struct {
	Admin AdminCache
	// contains filtered or unexported fields
}

func New

Jump to

Keyboard shortcuts

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