go-trigger
Event trigger system
A global event trigger system for Go applications, enabling event handling and triggering from anywhere in the codebase.
A Global event triggerer for golang. Defines functions as event with id string. Trigger the event anywhere from your project.
246 stars
14 watching
41 forks
Language: Go
last commit: over 7 years ago
Linked from 2 awesome lists
event-handlerstrigger
Related projects:
Repository | Description | Stars |
---|---|---|
deatil/go-events | Provides an event-driven programming framework for Go, allowing developers to define and execute actions and apply filters to events. | 2 |
lampctl/go-sse | A Go package for sending and receiving event streams from servers to clients | 12 |
cheng-zhongliang/event | A high-performance network I/O event notification library for Go | 153 |
gregdel/pushover | A Go wrapper around the Pushover API to send notifications from a Go program | 142 |
eventstore/eventstore-client-go | Provides an interface to interact with Event StoreDB using gRPC protocol in Go. | 105 |
fclairamb/go-log | A logging API that allows developers to use a single interface to log events with different severity levels and frameworks. | 4 |
stanipetrosyan/go-eventbus | Provides an event bus implementation with features like publish/subscribe and request/response patterns, as well as support for processors and network buses. | 5 |
siddontang/go-log | A Golang logging library with support for multiple handlers and log levels | 35 |
msempere/golarm | A Go-based system monitoring and alerting tool | 52 |
goxjs/glfw | Provides an API for creating OpenGL contexts and handling events in cross-platform applications. | 82 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
apache/pulsar-client-go | A Go client library for Apache Pulsar messaging service | 659 |
aaronhayes/hasura-segment-source | A Go server that connects Hasura to Segment using Event Triggers | 7 |
apsdehal/go-logger | A logging library for Go programs providing customizable logging options and a simple API | 290 |
agoalofalife/event | A package implementing a pattern of event notification and response from multiple subscribers. | 58 |