Documentation ¶
Index ¶
- func BindingForm[T any](c *binding_context.Context, request interface{}, sendFunc response.SendFunc[T]) bool
- func BindingJson[O any](c *binding_context.Context, request any, sendFunc response.SendFunc[O]) bool
- func BindingMultipartForm[O any](c *binding_context.Context, request any, sendFunc response.SendFunc[O]) bool
- func BindingQuery[O any](c *binding_context.Context, query any, sendFunc response.SendFunc[O]) bool
- func BindingXML[T any](c *binding_context.Context, request interface{}, sendFunc response.SendFunc[T]) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindingForm ¶ added in v1.1.1
func BindingJson ¶
func BindingMultipartForm ¶
func BindingQuery ¶
func BindingXML ¶ added in v1.2.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.