repository

package
v0.0.0-...-bf31d15 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IUserAuthStorage

type IUserAuthStorage interface {
	CreateUser(user request.Register) (userID string, err error)
	GetUserPassword(email string) (password string, err error)
	GetUserID(email string) (userID string, err error)
	CheckUser(email string) (exists bool, err error)
	GetUserProfile(userID string) (*response.UserProfile, error)
	ChangeUserProfile(userID string, profile *request.ChangeProfile) error
	GetUserPasswordById(userID string) (password string, err error)
	ChangeUserPassword(userID string, passwords string) error
}

Jump to

Keyboard shortcuts

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