TheThingsArchive / api

Generated code for accessing The Things Network v2 API
MIT License
12 stars 8 forks source link

Add log fields for Go messages #5

Closed htdvisser closed 7 years ago

htdvisser commented 7 years ago

Currently does not contain tests, will be implemented when #2 is done

htdvisser commented 7 years ago

Performance of type assertions

I think having a working, flexible MVP is more important than performance at the moment. We can always benchmark and optimize this later. I can live with being a couple of nanoseconds slower. Also, this way we save quite some development time, because we don't have to implement this for every field/message (and maintain it if we make changes).