registry

package
v0.0.0-...-d785689 Latest Latest
Warning

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

Go to latest
Published: May 17, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RepositoryRegistry

type RepositoryRegistry interface {
	WithTransaction(ctx context.Context, fn func(sessCtx mongo.SessionContext) (interface{}, error)) error
	GetUserRepository() repository.UserRepository
	GetSwipeRepository() repository.SwipeRepository
}

type ServiceRegistry

type ServiceRegistry interface {
	GetUserService() service.UserService
	GetSwipeService() service.SwipeService
	GetPurchaseService() service.PurchaseService
}

Jump to

Keyboard shortcuts

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