File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -73,18 +73,18 @@ var Validator StructValidator = &defaultValidator{}
7373// These implement the Binding interface and can be used to bind the data
7474// present in the request to struct instances.
7575var (
76- JSON = jsonBinding {}
77- XML = xmlBinding {}
78- Form = formBinding {}
79- Query = queryBinding {}
80- FormPost = formPostBinding {}
81- FormMultipart = formMultipartBinding {}
82- ProtoBuf = protobufBinding {}
83- MsgPack = msgpackBinding {}
84- YAML = yamlBinding {}
85- Uri = uriBinding {}
86- Header = headerBinding {}
87- TOML = tomlBinding {}
76+ JSON BindingBody = jsonBinding {}
77+ XML BindingBody = xmlBinding {}
78+ Form Binding = formBinding {}
79+ Query Binding = queryBinding {}
80+ FormPost Binding = formPostBinding {}
81+ FormMultipart Binding = formMultipartBinding {}
82+ ProtoBuf BindingBody = protobufBinding {}
83+ MsgPack BindingBody = msgpackBinding {}
84+ YAML BindingBody = yamlBinding {}
85+ Uri BindingUri = uriBinding {}
86+ Header Binding = headerBinding {}
87+ TOML BindingBody = tomlBinding {}
8888)
8989
9090// Default returns the appropriate Binding instance based on the HTTP method
You can’t perform that action at this time.
0 commit comments