# README
uow (Unit of Work) pattern library in golang
install
go get -u github.com/go-saas/uow
usage See https://github.com/go-saas/uow/tree/main/gorm/db_test.go
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
WithCurrentUnitOfWork wrap a function into current unit of work.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
DbFactory resolve transactional db by database keys.
No description provided by the author
No description provided by the author
No description provided by the author