Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContactCmdRepo ¶
type ContactCmdRepo struct {
// contains filtered or unexported fields
}
func NewContactCmdRepo ¶
func NewContactCmdRepo( persistentDbSvc *db.PersistentDatabaseService, ) *ContactCmdRepo
func (*ContactCmdRepo) Create ¶
func (repo *ContactCmdRepo) Create(dto dto.CreateContact) error
func (*ContactCmdRepo) Delete ¶
func (repo *ContactCmdRepo) Delete(id valueObject.ContactId) error
func (*ContactCmdRepo) Update ¶
func (repo *ContactCmdRepo) Update(dto dto.UpdateContact) error
type ContactQueryRepo ¶
type ContactQueryRepo struct {
// contains filtered or unexported fields
}
func NewContactQueryRepo ¶
func NewContactQueryRepo( persistentDbSvc *db.PersistentDatabaseService, ) *ContactQueryRepo
func (*ContactQueryRepo) ReadById ¶
func (repo *ContactQueryRepo) ReadById(id valueObject.ContactId) (entity.Contact, error)
Click to show internal directories.
Click to hide internal directories.