Documentation ¶
Overview ¶
Package internal is a generated protocol buffer package.
It is generated from these files:
tq.proto
It has these top-level messages:
EmailTask
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailTask ¶
type EmailTask struct { // Recipients is a list of email addresses to send the email to. Recipients []string `protobuf:"bytes,1,rep,name=recipients" json:"recipients,omitempty"` // Subject is the subject line of the email to be sent. Subject string `protobuf:"bytes,2,opt,name=subject" json:"subject,omitempty"` // Body is an HTML-formatted string containing the body of the email // to be sent. Body string `protobuf:"bytes,3,opt,name=body" json:"body,omitempty"` }
EmailTask represents a single email notification to be dispatched.
func (*EmailTask) Descriptor ¶
func (*EmailTask) GetRecipients ¶
func (*EmailTask) GetSubject ¶
func (*EmailTask) ProtoMessage ¶
func (*EmailTask) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.