Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeedService ¶
type FeedService struct {
// contains filtered or unexported fields
}
func NewFeedService ¶
func NewFeedService(userService pb.UserClient, rabbitMQ *mq.MQConn, mailer Mailer) *FeedService
func (*FeedService) ProcessFeeds ¶
func (s *FeedService) ProcessFeeds(ctx context.Context)
type MailerService ¶
type MailerService struct {
// contains filtered or unexported fields
}
func NewMailerService ¶
func NewMailerService() *MailerService
Click to show internal directories.
Click to hide internal directories.