TestEnableJsonDecoderDisallowUnknownFields() — gin Function Reference
Architecture documentation for the TestEnableJsonDecoderDisallowUnknownFields() function in mode_test.go from the gin codebase.
Entity Profile
Relationship Graph
Source Code
mode_test.go lines 58–62
func TestEnableJsonDecoderDisallowUnknownFields(t *testing.T) {
assert.False(t, binding.EnableDecoderDisallowUnknownFields)
EnableJsonDecoderDisallowUnknownFields()
assert.True(t, binding.EnableDecoderDisallowUnknownFields)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free