Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertMsg ¶
type AlertMsg struct {
// contains filtered or unexported fields
}
func NewAlertMsg ¶
type Label ¶
func NewLabelFromGmailLabel ¶
func NewLabelFromGmailLabel(l *gmail.Label) *Label
type Message ¶
type Message interface { Body() string IsInternshipRequest() bool Link() string MessageForLabeler }
type MessageForLabeler ¶
type MessageWithError ¶
type Msg ¶
type Msg struct {
// contains filtered or unexported fields
}
func NewMsgFromGmailMessage ¶
func (*Msg) IsInternshipRequest ¶
func (*Msg) WithIsIntern ¶
type SummaryMessage ¶
type SummaryMessage interface {
Summary() string
}
type SummaryMsg ¶
type SummaryMsg struct { Message // contains filtered or unexported fields }
func NewSummaryMsg ¶
func NewSummaryMsg(msg Message, summary string) *SummaryMsg
func (*SummaryMsg) Summary ¶
func (s *SummaryMsg) Summary() string
Click to show internal directories.
Click to hide internal directories.