repositories

package
v0.0.0-...-de7324e Latest Latest
Warning

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

Go to latest
Published: Nov 21, 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 UserRepository

type UserRepository interface {
	CreateUser(user *models.User) error
	GetUsers(page, perPage int) ([]*models.User, int64, error)
	GetUser(userId uint) (*models.User, error)
	UpdateUser(userId uint, user *models.User) error
	DeleteUser(userId uint) error
}

func NewUserRepository

func NewUserRepository() UserRepository

Jump to

Keyboard shortcuts

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