emailHandler

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2024 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CalendarLinks struct {
	GoogleCalendarLink  string
	OutlookCalendarLink string
	ICSFile             []byte
}

type EmailHandler

type EmailHandler interface {
	CreateCalendarInvites(title string, location string, start int64, description string) (calLinks CalendarLinks)
	GenerateTicketPDF(order paymentHandler.Order, concert databaseHandler.Concert, includeQRCode bool) (attachment []byte)
	SendEmail(order paymentHandler.Order, attachment []byte, calendarLinks CalendarLinks) (err error)
	SendPaymentFailureEmail(order paymentHandler.Order) (err error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL