db

package
v0.0.0-...-a8ef27b Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

generated code - do not edit

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBInterface

type DBInterface interface {
	Create(instanceDB any) (DBInterface, error)
	Unscoped() (DBInterface, error)
	Model(instanceDB any) (DBInterface, error)
	Delete(instanceDB any) (DBInterface, error)
	Save(instanceDB any) (DBInterface, error)
	Updates(instanceDB any) (DBInterface, error)
	Find(instanceDBs any) (DBInterface, error)
	First(instanceDB any, conds ...any) (DBInterface, error)
}

Jump to

Keyboard shortcuts

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