https://github.com/xmidt-org/eventor
A simple library to make the observer pattern simpler to implement.
https://github.com/xmidt-org/eventor
Last synced: about 2 months ago
JSON representation
A simple library to make the observer pattern simpler to implement.
- Host: GitHub
- URL: https://github.com/xmidt-org/eventor
- Owner: xmidt-org
- License: apache-2.0
- Created: 2023-09-10T20:44:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T12:28:37.000Z (6 months ago)
- Last Synced: 2025-03-23T12:32:53.791Z (2 months ago)
- Language: Go
- Size: 84 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# eventor
A simple library to make the observer pattern simpler to implement.[](https://github.com/xmidt-org/eventor/actions/workflows/ci.yml)
[](http://codecov.io/github/xmidt-org/eventor?branch=main)
[](https://goreportcard.com/report/github.com/xmidt-org/eventor)
[](https://github.com/xmidt-org/eventor/blob/main/LICENSE)
[](https://github.com/xmidt-org/eventor/releases)
[](https://pkg.go.dev/github.com/xmidt-org/eventor)## Summary
`eventor` provides a package to help manage and visit a list of listeners interested
in an event.## Code of Conduct
This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/code_of_conduct/).
By participating, you agree to this Code.## Contributing
Refer to [CONTRIBUTING.md](CONTRIBUTING.md).