Registry / messaging / gobuffalo-events

gobuffalo-events

JSON →
library1.4.3gogounverified

Provides an event management system for the Buffalo web framework, enabling event-driven programming.

go get github.com/gobuffalo/events
INSTALL
IMPORT
SIG · GOBUFFALO-EVENTS
G
gobuffalo-events
messaginggov1.4.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

events
github.com/gobuffalo/events

Creates an emitter, listens for an event, and emits it.

package main import ( "github.com/gobuffalo/events" ) func main() { emitter := events.NewEmitter() emitter.Listen("user.created", func(e events.Event) { // handle event }) emitter.Emit(events.Event{Kind: "user.created"}) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
gobuffalo-events — go get gobuffalo-events · libregistry