model

package
v0.0.0-...-dae8c3a Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IModel

type IModel interface {
	GetAll(*gorm.DB, ...interface{}) (interface{}, int64, error)
	Delete(*gorm.DB, map[string]interface{}) (interface{}, error)
	Update(*gorm.DB, map[string]interface{}, map[string]interface{}) (interface{}, error)
	Create(*gorm.DB, map[string]interface{}) (interface{}, error)
	Get(*gorm.DB, ...interface{}) (interface{}, error)
	Fields() []string
}

Jump to

Keyboard shortcuts

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