repository

package
v0.0.0-...-dc7611c Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2024 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGenericMongoRepository

func NewGenericMongoRepository[TEntity interface{}](
	db *mongo.Client,
	databaseName string,
	collectionName string,
) data.GenericRepository[TEntity]

NewGenericMongoRepository create new gorm generic repository

func NewGenericMongoRepositoryWithDataModel

func NewGenericMongoRepositoryWithDataModel[TDataModel interface{}, TEntity interface{}](
	db *mongo.Client,
	databaseName string,
	collectionName string,
) data.GenericRepositoryWithDataModel[TDataModel, TEntity]

NewGenericMongoRepositoryWithDataModel create new gorm generic repository

Types

This section is empty.

Jump to

Keyboard shortcuts

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