Versions in this module Expand all Collapse all v0 v0.4.5 Mar 6, 2023 Changes in this version + func MakeEndpointOfSendEmail(s Service) endpoint.Endpoint + func NewCronJobs(svc Service) []micron.Job + type Handler struct + func (h *Handler) SendEmail(ctx context.Context) error + type SendEmailResponse struct + Err error + func (r *SendEmailResponse) Body() interface{} + func (r *SendEmailResponse) Failed() error + type Service interface + SendEmail func(ctx context.Context) error