update

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2021 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MEmail = app_msg.Apply(&MsgEmail{}).(*MsgEmail)
)

Functions

This section is empty.

Types

type Email

type Email struct {
	rc_recipe.RemarkIrreversible
	Peer                dbx_conn.ConnScopedTeam
	File                fd_file.RowFeed
	UpdateUnverified    bool
	OperationLog        rp_model.TransactionReport
	SkipSameFromToEmail app_msg.Message
	SkipUnverifiedEmail app_msg.Message
}

func (*Email) Exec

func (z *Email) Exec(c app_control.Control) error

func (*Email) Preset

func (z *Email) Preset()

func (*Email) Test

func (z *Email) Test(c app_control.Control) error

type EmailRow

type EmailRow struct {
	FromEmail string `json:"from_email"`
	ToEmail   string `json:"to_email"`
}

type EmailWorker

type EmailWorker struct {
	// contains filtered or unexported fields
}

func (*EmailWorker) Exec

func (z *EmailWorker) Exec() error

type ExternalIdRow

type ExternalIdRow struct {
	Email      string `json:"email"`
	ExternalId string `json:"external_id"`
}

type Externalid

type Externalid struct {
	rc_recipe.RemarkIrreversible
	Peer         dbx_conn.ConnScopedTeam
	File         fd_file.RowFeed
	OperationLog rp_model.TransactionReport
	SkipNotFound app_msg.Message
}

func (*Externalid) Exec

func (z *Externalid) Exec(c app_control.Control) error

func (*Externalid) Preset

func (z *Externalid) Preset()

func (*Externalid) Test

func (z *Externalid) Test(c app_control.Control) error

type Invisible

func (*Invisible) Exec

func (z *Invisible) Exec(c app_control.Control) error

func (*Invisible) Preset

func (z *Invisible) Preset()

func (*Invisible) Test

func (z *Invisible) Test(c app_control.Control) error

type MsgEmail

type MsgEmail struct {
	ProgressUpdate app_msg.Message
}

type Profile

type Profile struct {
	rc_recipe.RemarkIrreversible
	File                fd_file.RowFeed
	Peer                dbx_conn.ConnScopedTeam
	OperationLog        rp_model.TransactionReport
	ErrorMemberNotFound app_msg.Message
	ProgressUpdating    app_msg.Message
}

func (*Profile) Exec

func (z *Profile) Exec(c app_control.Control) error

func (*Profile) Preset

func (z *Profile) Preset()

func (*Profile) Test

func (z *Profile) Test(c app_control.Control) error

type ProfileRow

type ProfileRow struct {
	Email     string `json:"email"`
	GivenName string `json:"given_name"`
	Surname   string `json:"surname"`
}

type VisibilityRecord

type VisibilityRecord struct {
	Email string
}

type Visible

func (*Visible) Exec

func (z *Visible) Exec(c app_control.Control) error

func (*Visible) Preset

func (z *Visible) Preset()

func (*Visible) Test

func (z *Visible) Test(c app_control.Control) error

Jump to

Keyboard shortcuts

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