Documentation
¶
Index ¶
- func CreateContact(contactQueryRepo repository.ContactQueryRepo, ...) error
- func DeleteContact(contactQueryRepo repository.ContactQueryRepo, ...) error
- func ReadContacts(contactQueryRepo repository.ContactQueryRepo) ([]entity.Contact, error)
- func UpdateContact(contactQueryRepo repository.ContactQueryRepo, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateContact ¶
func CreateContact( contactQueryRepo repository.ContactQueryRepo, contactCmdRepo repository.ContactCmdRepo, createContact dto.CreateContact, ) error
func DeleteContact ¶
func DeleteContact( contactQueryRepo repository.ContactQueryRepo, contactCmdRepo repository.ContactCmdRepo, id valueObject.ContactId, ) error
func ReadContacts ¶
func ReadContacts( contactQueryRepo repository.ContactQueryRepo, ) ([]entity.Contact, error)
func UpdateContact ¶
func UpdateContact( contactQueryRepo repository.ContactQueryRepo, contactCmdRepo repository.ContactCmdRepo, dto dto.UpdateContact, ) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.