repository

package
v0.0.0-...-413a713 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	MONGODB_USERS_COLLEC = "MONGODB_USERS_COLLEC"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type UserRepositoryInterface

type UserRepositoryInterface interface {
	CreateUser(
		userDomain model.UserDomainInterface,
	) (model.UserDomainInterface, *rest_errors.RestError)
}

func NewUserRepository

func NewUserRepository(
	database *mongo.Database,
) UserRepositoryInterface

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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