This module provides event handling capabilities for the PolyPully ecosystem.
To get started with polypully-events
, clone the repository and build the project.
git clone https://github.com/matthogan/polypully-events.git
cd polypully-events
make
This run all tests.
To use polypully-events in your Go project, you need to import it:
import "github.com/matthogan/polypully-events"
Then, you can use the functions provided by polypully-events. Here's an example:
// create an event
event := polypully_events.NewEvent("MyEvent")
// ...
polypully-events is licensed under the Apache License 2.0.