adapters

package
v0.0.0-...-9a8ac07 Latest Latest
Warning

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

Go to latest
Published: Dec 5, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoginUserRequest

type LoginUserRequest struct {
	Email    string `json:"email"`
	Password string `json:"password"`
}

type RegisterUserRequest

type RegisterUserRequest struct {
	Email    string `json:"email"`
	Password string `json:"password"`
}

type UserAPI

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

func NewUserAPI

func NewUserAPI(s *service.UserService, log *slog.Logger) *UserAPI

func (*UserAPI) Login

func (a *UserAPI) Login(c echo.Context) error

func (*UserAPI) Register

func (a *UserAPI) Register(c echo.Context) error

func (*UserAPI) VerifyEmail

func (a *UserAPI) VerifyEmail(c echo.Context) error

Directories

Path Synopsis
services/User/internal/adapters/postgres/user_repository.go
services/User/internal/adapters/postgres/user_repository.go

Jump to

Keyboard shortcuts

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