user

package
v0.0.0-...-bd854b1 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HttpHandler

type HttpHandler interface {
	Register() fiber.Handler
}

type PsqlRepository

type PsqlRepository interface {
	Registration(ctx context.Context, user dto.RegistrationUserInfoDTO) (models.ID, error)
	GetUserInfo(ctx context.Context, email string) (models.User, error)
}

type Usecase

type Usecase interface {
	Registration(ctx context.Context, user models.RegistrationUserInfo) (models.RegistrationUserResponse, error)
	Login(ctx context.Context, email string, password string) (string, error)
}

Directories

Path Synopsis
delivery
repository
dto

Jump to

Keyboard shortcuts

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