# 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
# Functions
LoadSchemaFromString unmarshall a schema from its string representation in json format.
LoadSchemas unmarshall all the embedded schemas and return all them in the output schemas variable.
# Constants
Topic constants.
# Variables
FIXME Refactor this to make it more dynamic and reduce work for the developer.
# Structs
Message schema for todo creation event.