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
* standardized on encoding/decoding terminology
* renamed encodings to bytes to avoid confusion with encode/decode terminology
* added high level interfaces to top level protocols package that goes directly pdata <-> bytes
This package provides common ways for decoding bytes into data models (e.g. Zipkin Span). These data models can then be decoded into internal pdata representations. Similarly, pdata can be encoded into a data model which can then be encoded into bytes.
4
+
5
+
[bytes](bytes): Common interfaces for encoding/decoding bytes from/to data models.
6
+
7
+
[models](models): Common interfaces for encoding/decoding data models from/to pdata.
8
+
9
+
This package provides higher level APIs that do both encoding of bytes and data model if going directly pdata <-> bytes.
0 commit comments