lych77/evon
Fast and versatile event dispatcher code generator for Golang
This is a code generation tool for Go developers that automatically creates event dispatcher code. You provide it with annotated Go function or interface type definitions, and it generates the boilerplate code needed to manage event subscriptions and emissions. This helps Go developers implement clean, decoupled event-driven architectures within their applications.
No commits in the last 6 months.
Use this if you are a Go developer building an application that needs a flexible, customizable, and efficient way to handle events and notifications.
Not ideal if you are not a Go developer or if your project doesn't require an event-driven pattern.
Stars
16
Forks
3
Language
Go
License
BSD-3-Clause
Category
Last pushed
Sep 24, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/lych77/evon"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.