go-zero/core/mapping
Kevin Wan 50de01fb49
feat: add httpc.Do & httpc.Service.Do (#1775)
* backup

* backup

* backup

* feat: add httpc.Do & httpc.Service.Do

* fix: not using strings.Cut, it's from Go 1.18

* chore: remove redudant code

* feat: httpc.Do finished

* chore: fix reviewdog

* chore: break loop if found

* add more tests
2022-04-11 11:00:28 +08:00
..
fieldoptions_test.go add unit test, fix interceptor bug 2020-09-29 14:30:22 +08:00
fieldoptions.go fix golint issues, else blocks (#457) 2021-02-09 13:50:21 +08:00
jsonunmarshaler_test.go chore: coding style and comments (#1361) 2021-12-22 21:43:37 +08:00
jsonunmarshaler.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
marshaler_test.go feat: add httpc.Do & httpc.Service.Do (#1775) 2022-04-11 11:00:28 +08:00
marshaler.go feat: add httpc.Do & httpc.Service.Do (#1775) 2022-04-11 11:00:28 +08:00
unmarshaler_test.go chore: refactor code (#1708) 2022-03-24 22:10:15 +08:00
unmarshaler.go feat: add httpc.Do & httpc.Service.Do (#1775) 2022-04-11 11:00:28 +08:00
utils_test.go feat: support array in default and options tags (#1386) 2021-12-29 17:37:36 +08:00
utils.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
valuer.go fix golint issues in core/mapping (#497) 2021-02-20 23:18:22 +08:00
yamlunmarshaler_test.go update goctl to go 1.16 for io/fs usage (#1571) 2022-02-24 13:58:53 +08:00
yamlunmarshaler.go fix: fix a typo (#1522) 2022-02-11 21:15:45 +08:00