We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I want to write below code.
type EventCource struct { ParentID int64 `boom:"parent,Event" ID int64 Name string }
Activity