services

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2025 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IUserService

type IUserService interface {
	repository.IGenericRepo[models.User, uint]
	GetByEmail(context.Context, string) (*models.User, error)
	GetByCode(context.Context, string) (*models.User, error)
	GetByCodeRefresh(context.Context, string) (*models.User, error)
	ValidateSvc(context.Context, string) error
	LogOutSvc(context.Context, string) error
}

func NewUserService

func NewUserService(
	db *gorm.DB,
) IUserService

Jump to

Keyboard shortcuts

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