Documentation ¶
Index ¶
Constants ¶
View Source
const ( ENV_MAIL_FROM_ADDRESS = "EMAIL_FROM_ADDRESS" ENV_EMAIL_FROM_NAME = "EMAIL_FROM_NAME" ENV_EMAIL_NAME_TO = "EMAIL_NAME_TO" ENV_EMAIL_TO_ADDRESS = "EMAIL_TO_ADDRESS" ENV_EMAIL_SUBJECT = "EMAIL_SUBJECT" ENV_EMAIL_SENDGRID_API_KEY = "EMAIL_SENDGRID_API_KEY" )
environment variables
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
email_provider.EmailProviderServer
}
func (*Server) ConfigureGrpc ¶
func (*Server) SendEmail ¶
func (server *Server) SendEmail(ctx context.Context, message *email_provider.SendEmailRequest) (*email_provider.SendEmailResponse, error)
Click to show internal directories.
Click to hide internal directories.