Categorygithub.com/matthogan/polypully-events
modulepackage
0.0.0-20240516121708-87aa12a18fef
Repository: https://github.com/matthogan/polypully-events.git
Documentation: pkg.go.dev

# README

polypully-events

This module provides event handling capabilities for the PolyPully ecosystem.

Getting Started

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.

Usage

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")
// ...

License

polypully-events is licensed under the Apache License 2.0.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author