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
Click to show internal directories.
Click to hide internal directories.