Shared Protocol Buffer definitions and custom options for TrogonStack projects.
trogon-proto provides reusable protobuf extensions that standardize common patterns across services. It includes custom options for UUID generation, identity versioning, and other cross-cutting concerns.
Protocol Buffer options let you attach metadata to your definitions that can be read at runtime or during code generation. This eliminates documentation drift and ensures all services follow the same conventions for critical patterns like deterministic ID generation.
trogon-proto is designed for teams building event-sourced systems or microservices where consistent identity generation matters. It integrates with Buf and standard protoc toolchains.
Add to your buf.yaml:
deps:
- buf.build/trogonstack/trogon-proto