package
0.0.0-20200527211917-13a65c9069a6
Repository: https://github.com/errorboi/feedparserbot.git
Documentation: pkg.go.dev

# Functions

NewChain creates a new chain of hooks.
On executes the given hook only of the given operation.
Reject returns a hook that rejects all operations that match op.

# Structs

Chain acts as a list of hooks and is effectively immutable.

# Type aliases

The GlobalsettingsFunc type is an adapter to allow the use of ordinary function as Globalsettings mutator.
The PostFunc type is an adapter to allow the use of ordinary function as Post mutator.
The SourceFunc type is an adapter to allow the use of ordinary function as Source mutator.
The UserFunc type is an adapter to allow the use of ordinary function as User mutator.
The UserSettingsFunc type is an adapter to allow the use of ordinary function as UserSettings mutator.