1
0
Fork 0
mirror of https://github.com/Luzifer/go_helpers.git synced 2024-10-18 14:24:20 +00:00
go_helpers/fieldcollection
Knut Ahlers 0c39806be9
Add float64 field type support
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-05-04 23:04:33 +02:00
..
fieldcollection.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
fieldcollection_test.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
marshalJSON.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
marshalJSON_test.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
marshalYAML.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
marshalYAML_test.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
schema.go Add float64 field type support 2024-05-04 23:04:33 +02:00
schema_test.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
typeBool.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
typeBool_test.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
typeDuration.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
typeDuration_test.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
typeFloat.go Add float64 field type support 2024-05-04 23:04:33 +02:00
typeFloat_test.go Add float64 field type support 2024-05-04 23:04:33 +02:00
typeInt64.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
typeInt64_test.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
typeString.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
typeString_test.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
typeStringSlice.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00
typeStringSlice_test.go Add validation to fieldcollection 2024-04-03 19:03:45 +02:00