interfaces

package
v0.0.0-...-8b3168d Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IRepository

type IRepository interface {
	Create(target any) error
	FindById(target any, id int32, preloads ...string) error
	FindAll(target any, preloads ...string) error
	Update(target any) error
	UpdateColumn(target any, id int32, column string, value any) error
	Delete(target any, id int32) error
	HandleError(res *gorm.DB) error
	DBWithPreloads(preloads []string) *gorm.DB
}

Jump to

Keyboard shortcuts

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