matchers

package
v0.0.0-...-3a0566b Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2015 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseMatcher

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

Base matcher with lazy auto-generation for the ID

func (*BaseMatcher) GetId

func (b *BaseMatcher) GetId() MatchId

type MatchId

type MatchId string

type Matcher

type Matcher interface {
	GetId() MatchId
	Matches(*enmime.MIMEBody) bool
}

Matchers can positively identify an email of interest

Directories

Path Synopsis
Package registry contains the global collection of email matchers.
Package registry contains the global collection of email matchers.

Jump to

Keyboard shortcuts

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