Describe the bug
Original Creator: https://gitlab.com/turbinenreiter
@turbinenreiter
I'm using this library to convert from an internal data structure to AsyncAPI - by construction an AsyncAPI object. To do so, I also need to construct asyncapi::channel::OperationMessageType and asyncapi::message::Payload -> but these mods are not pub.
Is there another way to construct AsyncAPI objects or is this "missing" because the "normal" use case is the other way around?
Describe the bug
Original Creator: https://gitlab.com/turbinenreiter
@turbinenreiter
I'm using this library to convert from an internal data structure to AsyncAPI - by construction an
AsyncAPIobject. To do so, I also need to constructasyncapi::channel::OperationMessageTypeandasyncapi::message::Payload-> but these mods are not pub.Is there another way to construct
AsyncAPIobjects or is this "missing" because the "normal" use case is the other way around?