package
0.0.0-20241219180511-27a867595d87
Repository: https://github.com/neilalexander/harmony.git
Documentation: pkg.go.dev

# Functions

Attach a hook.
Enable all hooks.
Run any hooks.

# Constants

KindNewEventPersisted is a hook which is called with *types.HeaderedEvent It is run when a new event is persisted in the roomserver.
KindNewEventReceived is a hook which is called with *types.HeaderedEvent It is run before a new event is processed by the roomserver.