cosmos-sdk/orm/encoding/ormfield
Aaron Craelius 6662f2ff30
feat(orm): add ormfield.Codec (#10601)
* feat(orm): add ormvalue.Codec

* WIP

* WIP

* working tests

* update dep

* support more types, add docs

* comments

* address review comments

* updates

* add comment
2021-11-24 13:10:26 -05:00
..
bool.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
bytes.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
codec.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
codec_test.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
duration.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
enum.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
int32.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
int64.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
string.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
timestamp.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
uint32.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00
uint64.go feat(orm): add ormfield.Codec (#10601) 2021-11-24 13:10:26 -05:00