persistence

package
v0.0.0-...-2e70a0d Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

Types

type UserRepositoryImpl

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

func (*UserRepositoryImpl) FindByEmail

func (u *UserRepositoryImpl) FindByEmail(email string) (result entity.User, err error)

func (*UserRepositoryImpl) FindByID

func (u *UserRepositoryImpl) FindByID(id string) (result entity.User, err error)

func (*UserRepositoryImpl) Store

func (u *UserRepositoryImpl) Store(user *entity.User) (*entity.User, error)

Jump to

Keyboard shortcuts

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