# README
Proof of concept for event message handlings
pkg/
└── event
├── message ## Do not modify this directory, it is self-generated from schema directory
├── schema ## Hold the message schemas defined
│ ├── introspectRequest.message.yaml ## Define schema for the message payload
│ └── schemas.go ## Schema loader which prepare all the necessary message schemas
# Structs
Message schema for todo creation event.