pocketbase/tools/types
Gani Georgiev 1bf7f148b0 minor types.DateTime optimizations to minimize time.Time value copies 2023-12-08 10:36:12 +02:00
..
datetime.go minor types.DateTime optimizations to minimize time.Time value copies 2023-12-08 10:36:12 +02:00
datetime_test.go [#2602] added common int types support when scanning types.DateTime 2023-05-30 20:43:20 +03:00
json_array.go updated changelog and formatting 2023-03-28 07:59:37 +03:00
json_array_test.go changed types.JsonArray to support generics 2023-03-22 17:12:44 +02:00
json_map.go adde json map Get and Set helpers 2023-06-20 22:57:51 +03:00
json_map_test.go adde json map Get and Set helpers 2023-06-20 22:57:51 +03:00
json_raw.go replaced interface{} with any 2023-10-01 18:45:27 +03:00
json_raw_test.go
types.go
types_test.go