repository

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: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserRepository

type UserRepository interface {
	FindByMobile(mobile string) (*model.User, *infrastructure.AppError)
	InsertUser(u *model.User) (*model.User, *infrastructure.AppError)
	UpdateUser(u *model.User) (*model.User, *infrastructure.AppError)
	DeleteUserByMobile(mobile string) *infrastructure.AppError
	DeleteUserById(id string) *infrastructure.AppError
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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