email

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BulkVerifyParams

type BulkVerifyParams struct {
	Email    string      `json:"email"`
	MetaData interface{} `json:"metadata"`
}

type Verification

type Verification struct {
	Result              string   `json:"result"`
	Flags               []string `json:"flags"`
	SuggestedCorrection string   `json:"suggested_correction"`
	ExecutionTime       int      `json:"execution_time"`
}

func BulkVerify

func BulkVerify(params ...BulkVerifyParams) ([]Verification, error)

func Verify

func Verify(email string) (*Verification, error)

Jump to

Keyboard shortcuts

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