go-zero/core/mapping
2025-01-22 22:55:52 +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: fix warnings (#3989) 2024-03-08 22:35:17 +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 chore: remove useless code (#4592) 2025-01-22 22:55:52 +08:00
unmarshaler.go chore: remove useless code (#4592) 2025-01-22 22:55:52 +08:00
utils_test.go chore: fix potential nil pointer errors (#3454) 2023-07-30 21:37:41 +08:00
utils.go chore: fix warnings (#3989) 2024-03-08 22:35:17 +08:00
valuer_test.go chore: change interface{} to any (#2818) 2023-01-24 16:32:02 +08:00
valuer.go chore: fix warnings (#3989) 2024-03-08 22:35:17 +08: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