* feat(tracker): update message schema with BatchMetadata; separate message-related responsibilities; add message size * chore(docker): removing edge busybox, as the main repo updated * feat(backend): updated message protocol templates * feat(backend): added support of message size * feat(backend): implemented iterator for new message protocol (with message size) Co-authored-by: Alex Kaminskii <alex@openreplay.com> |
||
|---|---|---|
| .. | ||
| primitives | ||
| templates | ||
| ios_messages.rb | ||
| messages.rb | ||
| README.md | ||
| run.rb | ||
Message Object Binary Schema and Code Generator from Templates
To generate all necessary files for the project:
ruby run.rb
In order generated .go file to fit the go formatting style:
gofmt -w ../backend/pkg/messages/messages.go
(Otherwise there will be changes in stage)