package
0.0.0-20241218220916-159566f854e5
Repository: https://github.com/podengo-project/idmsvc-backend.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

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

# Type aliases

No description provided by the author
No description provided by the author