aboutsummaryrefslogtreecommitdiffstats
path: root/codec/msg_codec_test.go
AgeCommit message (Collapse)AuthorFilesLines
2020-07-02Binary API generator improvementsVladimir Lavor1-1/+2
* Many aliases removed, aliased types reference original types via import instead * Added various helper methods for simpler conversion between go and vpp types Change-Id: I7999ac8d524cece4da03e6447b13421659765095 Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
2020-06-24Fix codec fallback and generate type importsOndrej Fabry1-44/+5
Change-Id: Idd76c7f19d952939caf153928ac60175845078ff Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
2020-06-22Refactored binapi generator with message encodingOndrej Fabry1-4/+77
Change-Id: I5a6abb68b9d058866f94818169300e5c2fc43895 Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
2018-09-12Recover possible panic in EncodeMsg and improve debug logsOndrej Fabry1-0/+63
Change-Id: I771c171ae30a957f4436e7f4ba834d8a38d02f80 Signed-off-by: Ondrej Fabry <ofabry@cisco.com>