Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailAndWebhook ¶
type EmailAndWebhook struct {
// contains filtered or unexported fields
}
func (*EmailAndWebhook) GetAnswer ¶
func (e *EmailAndWebhook) GetAnswer() (string, error)
type QuestionAsker ¶
func NewEmailAndWebhook ¶
func NewEmailAndWebhook(logger logging.Logger, listenAddress, baseURL string, sendGridConfig *mailing.SendGridConfig, recipientsProvider mailing.AddressesProvider, question string, answers []string) QuestionAsker
Click to show internal directories.
Click to hide internal directories.