internal

package
v0.0.0-...-1643519 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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) Descriptor() ([]byte, []int)

func (*EmailTask) GetBody

func (m *EmailTask) GetBody() string

func (*EmailTask) GetRecipients

func (m *EmailTask) GetRecipients() []string

func (*EmailTask) GetSubject

func (m *EmailTask) GetSubject() string

func (*EmailTask) ProtoMessage

func (*EmailTask) ProtoMessage()

func (*EmailTask) Reset

func (m *EmailTask) Reset()

func (*EmailTask) String

func (m *EmailTask) String() string

Jump to

Keyboard shortcuts

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