userservice

package
v0.0.0-...-834ce46 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JWTEngine

type JWTEngine interface {
	CreateAccessToken(user entity.User) (string, error)
	CreateRefreshToken(user entity.User) (string, error)
}

type Repository

type Repository interface {
	Register(u entity.User) (entity.User, error)
	GetUserByEmail(email string) (entity.User, error)
	DoesUserExistsByEmail(email string) (bool, error)
}

type Service

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

func New

func New(authGenerator JWTEngine, repository Repository, internalBroker channel.Adapter, userValidator uservalidator.Validator) Service

func (Service) IsUserIDValid

func (s Service) IsUserIDValid(email string) (bool, error)

func (Service) Login

func (Service) Register

Jump to

Keyboard shortcuts

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