Documentation
¶
Index ¶
- type Greylist
- func (o *Greylist) AddInGrey(ctx context.Context, ip, sender string) error
- func (o *Greylist) Greylisted(ctx context.Context, ip, sender string) (bool, error)
- func (o *Greylist) MoveToWhitelist(ctx context.Context, ip, sender string) error
- func (o *Greylist) RefreshWhitelist(ctx context.Context, ip, sender string) error
- func (o *Greylist) Whitelisted(ctx context.Context, ip, sender string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Greylist ¶
type Greylist struct{}
func (*Greylist) Greylisted ¶
func (*Greylist) MoveToWhitelist ¶
func (*Greylist) RefreshWhitelist ¶
Click to show internal directories.
Click to hide internal directories.