repository

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SessionRepo

type SessionRepo interface {
	GetLoginId(token string) (string, error)
	SetToken(loginId any, token string) error
	RemoveToken(token string) error
	GetToken(loginId any) ([]string, error)
	GetSession(loginId any, token string) (domain.SessionEntity, error)
	SetSession(entity domain.SessionEntity) error
	RemoveSession(loginId any, token string) error
	RenewTimeout(loginId any, token string) error
}

Jump to

Keyboard shortcuts

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