Validators
Browse all 188 subdomain entities categorized under Validators in the gin Architecture Docs architecture documentation.
mapURI() — gin Function Reference
Architecture documentation for the mapURI() function in form_mapping.go from the gin codebase.
setArray() — gin Function Reference
Architecture documentation for the setArray() function in form_mapping.go from the gin codebase.
setBoolField() — gin Function Reference
Architecture documentation for the setBoolField() function in form_mapping.go from the gin codebase.
setByForm() — gin Function Reference
Architecture documentation for the setByForm() function in form_mapping.go from the gin codebase.
setFloatField() — gin Function Reference
Architecture documentation for the setFloatField() function in form_mapping.go from the gin codebase.
setFormMap() — gin Function Reference
Architecture documentation for the setFormMap() function in form_mapping.go from the gin codebase.
setIntField() — gin Function Reference
Architecture documentation for the setIntField() function in form_mapping.go from the gin codebase.
setSlice() — gin Function Reference
Architecture documentation for the setSlice() function in form_mapping.go from the gin codebase.
setTimeDuration() — gin Function Reference
Architecture documentation for the setTimeDuration() function in form_mapping.go from the gin codebase.
setTimeField() — gin Function Reference
Architecture documentation for the setTimeField() function in form_mapping.go from the gin codebase.
setUintField() — gin Function Reference
Architecture documentation for the setUintField() function in form_mapping.go from the gin codebase.
setWithProperType() — gin Function Reference
Architecture documentation for the setWithProperType() function in form_mapping.go from the gin codebase.
TrySet() — gin Function Reference
Architecture documentation for the TrySet() function in form_mapping.go from the gin codebase.
trySetCustom() — gin Function Reference
Architecture documentation for the trySetCustom() function in form_mapping.go from the gin codebase.
trySetUsingParser() — gin Function Reference
Architecture documentation for the trySetUsingParser() function in form_mapping.go from the gin codebase.
trySplit() — gin Function Reference
Architecture documentation for the trySplit() function in form_mapping.go from the gin codebase.
tryToSetValue() — gin Function Reference
Architecture documentation for the tryToSetValue() function in form_mapping.go from the gin codebase.
convertTo() — gin Function Reference
Architecture documentation for the convertTo() function in form_mapping_test.go from the gin codebase.
convertToOidUnmarshalText() — gin Function Reference
Architecture documentation for the convertToOidUnmarshalText() function in form_mapping_test.go from the gin codebase.
TestMapFormWithTag() — gin Function Reference
Architecture documentation for the TestMapFormWithTag() function in form_mapping_test.go from the gin codebase.
TestMappingArray() — gin Function Reference
Architecture documentation for the TestMappingArray() function in form_mapping_test.go from the gin codebase.
TestMappingBaseTypes() — gin Function Reference
Architecture documentation for the TestMappingBaseTypes() function in form_mapping_test.go from the gin codebase.
TestMappingCollectionFormat() — gin Function Reference
Architecture documentation for the TestMappingCollectionFormat() function in form_mapping_test.go from the gin codebase.
TestMappingCollectionFormatInvalid() — gin Function Reference
Architecture documentation for the TestMappingCollectionFormatInvalid() function in form_mapping_test.go from the gin codebase.
TestMappingCustomArrayForm() — gin Function Reference
Architecture documentation for the TestMappingCustomArrayForm() function in form_mapping_test.go from the gin codebase.
TestMappingCustomArrayOfArrayForm() — gin Function Reference
Architecture documentation for the TestMappingCustomArrayOfArrayForm() function in form_mapping_test.go from the gin codebase.
TestMappingCustomArrayOfArrayUnmarshalTextDefault() — gin Function Reference
Architecture documentation for the TestMappingCustomArrayOfArrayUnmarshalTextDefault() function in form_mapping_test.go from the gin codebase.
TestMappingCustomArrayOfArrayUnmarshalTextForm() — gin Function Reference
Architecture documentation for the TestMappingCustomArrayOfArrayUnmarshalTextForm() function in form_mapping_test.go from the gin codebase.
TestMappingCustomArrayUnmarshalTextForm() — gin Function Reference
Architecture documentation for the TestMappingCustomArrayUnmarshalTextForm() function in form_mapping_test.go from the gin codebase.
TestMappingCustomPointerStructTypeUnmarshalTextForm() — gin Function Reference
Architecture documentation for the TestMappingCustomPointerStructTypeUnmarshalTextForm() function in form_mapping_test.go from the gin codebase.
TestMappingCustomPointerStructTypeUnmarshalTextUri() — gin Function Reference
Architecture documentation for the TestMappingCustomPointerStructTypeUnmarshalTextUri() function in form_mapping_test.go from the gin codebase.
TestMappingCustomPointerStructTypeWithFormTag() — gin Function Reference
Architecture documentation for the TestMappingCustomPointerStructTypeWithFormTag() function in form_mapping_test.go from the gin codebase.
TestMappingCustomPointerStructTypeWithURITag() — gin Function Reference
Architecture documentation for the TestMappingCustomPointerStructTypeWithURITag() function in form_mapping_test.go from the gin codebase.
TestMappingCustomSliceForm() — gin Function Reference
Architecture documentation for the TestMappingCustomSliceForm() function in form_mapping_test.go from the gin codebase.
TestMappingCustomSliceOfSliceForm() — gin Function Reference
Architecture documentation for the TestMappingCustomSliceOfSliceForm() function in form_mapping_test.go from the gin codebase.
TestMappingCustomSliceOfSliceUnmarshalTextDefault() — gin Function Reference
Architecture documentation for the TestMappingCustomSliceOfSliceUnmarshalTextDefault() function in form_mapping_test.go from the gin codebase.
TestMappingCustomSliceOfSliceUnmarshalTextForm() — gin Function Reference
Architecture documentation for the TestMappingCustomSliceOfSliceUnmarshalTextForm() function in form_mapping_test.go from the gin codebase.
TestMappingCustomSliceStopsWhenError() — gin Function Reference
Architecture documentation for the TestMappingCustomSliceStopsWhenError() function in form_mapping_test.go from the gin codebase.
TestMappingCustomSliceUnmarshalTextForm() — gin Function Reference
Architecture documentation for the TestMappingCustomSliceUnmarshalTextForm() function in form_mapping_test.go from the gin codebase.
TestMappingCustomSliceUnmarshalTextStopsWhenError() — gin Function Reference
Architecture documentation for the TestMappingCustomSliceUnmarshalTextStopsWhenError() function in form_mapping_test.go from the gin codebase.
TestMappingCustomStructTypeUnmarshalTextForm() — gin Function Reference
Architecture documentation for the TestMappingCustomStructTypeUnmarshalTextForm() function in form_mapping_test.go from the gin codebase.
TestMappingCustomStructTypeUnmarshalTextUri() — gin Function Reference
Architecture documentation for the TestMappingCustomStructTypeUnmarshalTextUri() function in form_mapping_test.go from the gin codebase.
TestMappingCustomStructTypeWithFormTag() — gin Function Reference
Architecture documentation for the TestMappingCustomStructTypeWithFormTag() function in form_mapping_test.go from the gin codebase.
TestMappingCustomStructTypeWithURITag() — gin Function Reference
Architecture documentation for the TestMappingCustomStructTypeWithURITag() function in form_mapping_test.go from the gin codebase.
TestMappingCustomUnmarshalParamHexDefault() — gin Function Reference
Architecture documentation for the TestMappingCustomUnmarshalParamHexDefault() function in form_mapping_test.go from the gin codebase.
TestMappingCustomUnmarshalParamHexWithFormTag() — gin Function Reference
Architecture documentation for the TestMappingCustomUnmarshalParamHexWithFormTag() function in form_mapping_test.go from the gin codebase.
TestMappingCustomUnmarshalParamHexWithURITag() — gin Function Reference
Architecture documentation for the TestMappingCustomUnmarshalParamHexWithURITag() function in form_mapping_test.go from the gin codebase.
TestMappingCustomUnmarshalTextHexDefault() — gin Function Reference
Architecture documentation for the TestMappingCustomUnmarshalTextHexDefault() function in form_mapping_test.go from the gin codebase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free