You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to generate some mga scaffolding via aliased types like so:
// +mga:event:handler
type EvtJournalShareShepard = luxproto.JournalHeader
// +mga:event:handler
type EvtJournalBlockFind = luxproto.JournalHeader
The usecase here is to allow the protobuf definition's themselves to be the event struct that will be passed to watermill in the event dispatcher pattern.
Would love to know if there's any path to take to support that. Currently I am getting the error unknown type <NameOfAliasedType>
Assuming this is related to the feature request here, but let me know if I should create a seperate issue for it.
No description provided.
The text was updated successfully, but these errors were encountered: