TheThingsArchive / api

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

Add randomizers for all message types #2

Closed htdvisser closed 6 years ago

htdvisser commented 7 years ago

See https://github.com/TheThingsNetwork/ttn/issues/658

rvolosatovs commented 7 years ago

If we want to be compatible with gogoproto stuff, the randomizers should be of form NewPopulatedXXX. And take a rand as parameter, see https://github.com/TheThingsNetwork/ttn/pull/628 for reference

htdvisser commented 7 years ago

Work started in https://github.com/TheThingsNetwork/api/tree/feature/2-go-populate

Anyone wants to continue with this?