Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Emailer ¶
type Emailer interface {
SendEmail(gifter, giftee Participant, emailTemplate *Email) error
}
type Participant ¶
type ParticipantLoader ¶
type ParticipantLoader interface {
LoadParticipants(path string) (Participants, error)
}
type Participants ¶
type Participants map[string]Participant
Click to show internal directories.
Click to hide internal directories.