package
0.0.0-20240729012502-a464413f7f95
Repository: https://github.com/chengxufeng1994/go-ddd.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

UnitOfWorkStore provides access to datastores that can be used inside an UnitOfWorkBlock.
No description provided by the author

# Type aliases

UnitOfWorkBlock is a func that accepts a UnitOfWorkStore, which creates a relationship between UnitOfWork (generic struct) with our application's specific datastores (repositories).