Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MailRepository ¶
func NewMailRepository ¶
func NewMailRepository() *MailRepository
func (*MailRepository) Delete ¶
func (r *MailRepository) Delete(id int) error
func (*MailRepository) DeleteAllOfRecipient ¶
func (r *MailRepository) DeleteAllOfRecipient(email string) error
func (*MailRepository) GetByRecipient ¶
func (r *MailRepository) GetByRecipient(email string) ([]dto.Mail, error)
Click to show internal directories.
Click to hide internal directories.