Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddTeamMember ¶
func AddTeamMember(command *domain.AddTeamMember, uow UnitOfWork) error
func CreateTeam ¶
func CreateTeam(command *domain.CreateTeamCommand, uow UnitOfWork) (string, error)
Types ¶
type Repository ¶
type UnitOfWork ¶
type UnitOfWork interface {
Teams() Repository
Begin() error
Commit() error
Rollback()
}
Click to show internal directories.
Click to hide internal directories.