Dominik Tornow
Dominik Tornow
Add a custom event struct. The only required parameter is `type`, everything else is a key value map ```golang type Event struct { Type string data map[string]interface{} } func NewEvent(type...
Regarding announcements: The announcement (the event) should contain all (relevant) application level information. For example, in the context of networking, the event should contain the url, http method, and http...
Please update [Playbook, Release Process](https://www.notion.so/resonatehqio/Playbooks-51a3cd57ad6a44309711df3959aa2407?pvs=4) with documentation of the release process including the GitHub branching model