domain

package
v0.0.0-...-04fd3b2 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNotFound = errors.New("usuário não encontrado")

Functions

This section is empty.

Types

type User

type User struct {
	gorm.Model
	Name  string
	Email string
}

type UserRepository

type UserRepository[T any] interface {
	Create(model *T) error
	Delete(id uint) error
	FindByID(id uint) (*T, error)
	Update(model *T) error
}

Jump to

Keyboard shortcuts

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