go-zero/core/mapping
2024-01-14 09:37:01 +08:00
..
fieldoptions_test.go add unit test, fix interceptor bug 2020-09-29 14:30:22 +08:00
fieldoptions.go feat: support env tag in config (#2577) 2022-11-11 23:17:09 +08:00
jsonunmarshaler_test.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
jsonunmarshaler.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
marshaler_test.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
marshaler.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
tomlunmarshaler_test.go feat: accept camelcase for config keys (#2651) 2022-12-08 22:01:36 +08:00
tomlunmarshaler.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
unmarshaler_test.go fix: issue #3840 (#3846) 2024-01-14 09:37:01 +08:00
unmarshaler.go fix: issue #3840 (#3846) 2024-01-14 09:37:01 +08:00
utils_test.go chore: fix potential nil pointer errors (#3454) 2023-07-30 21:37:41 +08:00
utils.go chore: refactor mapping errors (#3843) 2024-01-13 22:11:19 +08:00
valuer_test.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
valuer.go fix typo 2023-03-08 15:32:08 +00:00
yamlunmarshaler_test.go fix: unmarshal from number to string with incorrect error message (#3625) 2023-10-15 02:06:00 +00:00
yamlunmarshaler.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00