package
0.0.0-20241210120417-267161374232
Repository: https://github.com/avisiedo/go-microservice-1.git
Documentation: pkg.go.dev

# 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.