Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RepoService ¶
func NewRepoService ¶
func NewRepoService(r storage.RepoRepository) RepoService
type SubscriberService ¶
type SubscriberService interface { FindByEmailAndRepoId(email string, repoId string) (*entity.SubscriberDTO, error) FindById(subId string) (*entity.SubscriberDTO, error) FindAll(repoId string) ([]*entity.SubscriberDTO, error) GetAll() ([]*entity.SubscriberDTO, error) }
func NewSubscriberService ¶
func NewSubscriberService(r storage.SubscriberRepository) SubscriberService
Click to show internal directories.
Click to hide internal directories.