mailer

package
v0.0.0-...-1649e63 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_v2_mailer_mailer_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Mail

type Mail struct {
	To      []string `protobuf:"bytes,2,rep,name=to,proto3" json:"to,omitempty"`
	Subject string   `protobuf:"bytes,3,opt,name=subject,proto3" json:"subject,omitempty"`
	Html    string   `protobuf:"bytes,4,opt,name=html,proto3" json:"html,omitempty"`
	// contains filtered or unexported fields
}

func (*Mail) Descriptor deprecated

func (*Mail) Descriptor() ([]byte, []int)

Deprecated: Use Mail.ProtoReflect.Descriptor instead.

func (*Mail) GetHtml

func (x *Mail) GetHtml() string

func (*Mail) GetSubject

func (x *Mail) GetSubject() string

func (*Mail) GetTo

func (x *Mail) GetTo() []string

func (*Mail) ProtoMessage

func (*Mail) ProtoMessage()

func (*Mail) ProtoReflect

func (x *Mail) ProtoReflect() protoreflect.Message

func (*Mail) Reset

func (x *Mail) Reset()

func (*Mail) String

func (x *Mail) String() string

type MailCommand

type MailCommand struct {
	EventID   string `protobuf:"bytes,1,opt,name=eventID,proto3" json:"eventID,omitempty"`
	EventType string `protobuf:"bytes,2,opt,name=eventType,proto3" json:"eventType,omitempty"`
	Data      *Mail  `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*MailCommand) Descriptor deprecated

func (*MailCommand) Descriptor() ([]byte, []int)

Deprecated: Use MailCommand.ProtoReflect.Descriptor instead.

func (*MailCommand) GetData

func (x *MailCommand) GetData() *Mail

func (*MailCommand) GetEventID

func (x *MailCommand) GetEventID() string

func (*MailCommand) GetEventType

func (x *MailCommand) GetEventType() string

func (*MailCommand) ProtoMessage

func (*MailCommand) ProtoMessage()

func (*MailCommand) ProtoReflect

func (x *MailCommand) ProtoReflect() protoreflect.Message

func (*MailCommand) Reset

func (x *MailCommand) Reset()

func (*MailCommand) String

func (x *MailCommand) String() string

Jump to

Keyboard shortcuts

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