go-zero/core/stores/mon
Kevin Wan 367afb544c
feat: support ptr of ptr of ... in mapping (#2779)
* feat: support ptr of ptr of ... in mapping

* feat: support ptr of ptr of time.Duration in mapping

* feat: support ptr of ptr of json.Number in mapping

* chore: improve setting in mapping

* feat: support ptr of ptr encoding.TextUnmarshaler in mapping

* chore: add more tests

* fix: string ptr

* chore: update tests
2023-01-12 15:56:51 +08:00
..
bulkinserter_test.go feat: replace NewBetchInserter function name (#2769) 2023-01-09 09:38:57 +08:00
bulkinserter.go feat: replace NewBetchInserter function name (#2769) 2023-01-09 09:38:57 +08:00
clientmanager_test.go feat: use mongodb official driver instead of mgo (#1782) 2022-04-19 14:03:04 +08:00
clientmanager.go feat: add mongo options (#2753) 2023-01-05 22:14:50 +08:00
collection_test.go chore: fix naming problem (#2500) 2022-10-13 22:53:27 +08:00
collection.go chore: gofumpt (#2439) 2022-09-22 22:40:01 +08:00
model_test.go chore: refactor (#1814) 2022-04-22 09:37:09 +08:00
model.go feat: add mongo options (#2753) 2023-01-05 22:14:50 +08:00
options_test.go feat: add mongo options (#2753) 2023-01-05 22:14:50 +08:00
options.go feat: add mongo options (#2753) 2023-01-05 22:14:50 +08:00
trace.go feat: support ptr of ptr of ... in mapping (#2779) 2023-01-12 15:56:51 +08:00
util_test.go refactor: refactor trace in redis & sql & mongo (#1865) 2022-05-13 12:32:34 +08:00
util.go refactor: refactor trace in redis & sql & mongo (#1865) 2022-05-13 12:32:34 +08:00