An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# eventor
A simple library to make the observer pattern simpler to implement.

[![Build Status](https://github.com/xmidt-org/eventor/actions/workflows/ci.yml/badge.svg)](https://github.com/xmidt-org/eventor/actions/workflows/ci.yml)
[![codecov.io](http://codecov.io/github/xmidt-org/eventor/coverage.svg?branch=main)](http://codecov.io/github/xmidt-org/eventor?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/xmidt-org/eventor)](https://goreportcard.com/report/github.com/xmidt-org/eventor)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/eventor/blob/main/LICENSE)
[![GitHub Release](https://img.shields.io/github/release/xmidt-org/eventor.svg)](https://github.com/xmidt-org/eventor/releases)
[![GoDoc](https://pkg.go.dev/badge/github.com/xmidt-org/eventor)](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).