package
0.0.0-20241116165817-883d5d7d379c
Repository: https://github.com/ddkwork/toolbox.git
Documentation: pkg.go.dev

# Functions

New creates a new notifier.

# Structs

Notifier tracks targets of notifications and provides methods for notifying them.

# Interfaces

BatchTarget defines the methods a target of notifications that wants to be notified when a batch change occurs must implement.
Target defines the method a target of notifications must implement.