persistence

package
v1.0.10 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataAccess

type DataAccess interface {
	Insert(datarow interface{})
	Select(datafilter interface{}) interface{}
	Update(datafilter interface{}, datarow interface{})
	Delete(datafilter interface{})
}

func NewDataAccess

func NewDataAccess(db *gorm.DB, modelType reflect.Type) DataAccess

Jump to

Keyboard shortcuts

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