Joe Bird
|
789c5de873
|
fix(marshaler): fix bug when marshal array (#4790)
|
2025-05-02 07:54:00 +00:00 |
|
Kevin Wan
|
247985a065
|
chore: refactoring & add more tests (#4677)
|
2025-03-02 20:11:10 +08:00 |
|
anlynn
|
80573af0d8
|
feat: Add support for serialization of anonymous fields in HTTP client(httpc) (#4676)
Co-authored-by: 李安琳 <anlynn@gmail.com>
|
2025-03-02 19:10:50 +08:00 |
|
Kevin Wan
|
ae87114282
|
chore: change interface{} to any (#2818)
* chore: change interface{} to any
* chore: update goctl version to 1.5.0
* chore: update goctl deps
|
2023-01-24 16:32:02 +08:00 |
|
Kevin Wan
|
a1466e1707
|
fix: range validation on mapping (#2317)
|
2022-08-28 17:49:26 +08:00 |
|
lowang-bh
|
1b477bbef9
|
improve: number range compare left and righ value (#2315)
Co-authored-by: wanglonghui7 <wanglonghui7@jd.com>
|
2022-08-28 17:17:22 +08:00 |
|
Kevin Wan
|
cb4fcf2c6c
|
fix marshal ptr in httpc (#1789)
* fix marshal ptr in httpc
* add more tests
* add more tests
* add more tests
* fix issue on options and optional both provided
|
2022-04-15 19:07:34 +08:00 |
|
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 |
|