impl

package
v0.0.0-...-dd5d962 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserRepositoryImpl

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

func NewUserRepository

func NewUserRepository(dbContext infrastructure.DbContext) *UserRepositoryImpl

func (*UserRepositoryImpl) DeleteUserById

func (r *UserRepositoryImpl) DeleteUserById(id string) *infrastructure.AppError

func (*UserRepositoryImpl) DeleteUserByMobile

func (r *UserRepositoryImpl) DeleteUserByMobile(mobile string) *infrastructure.AppError

func (*UserRepositoryImpl) FindByMobile

func (r *UserRepositoryImpl) FindByMobile(mobile string) (*model.User, *infrastructure.AppError)

func (*UserRepositoryImpl) InsertUser

func (*UserRepositoryImpl) UpdateUser

Jump to

Keyboard shortcuts

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