binding

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package binding Copyright 2026 wantnotshould. All rights reserved. Use of this source code is governed by a MIT style license that can be found in the LICENSE file.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Form

func Form(c *sol.Context, obj any) error

Form binds URL-encoded form data to the given Go struct.

func JSON

func JSON(c *sol.Context, obj any) error

JSON binds JSON request body data to the given Go struct.

func MultipartForm

func MultipartForm(c *sol.Context, obj any) error

MultipartForm binds multipart form data (including files) to the given Go struct.

func XML

func XML(c *sol.Context, obj any) error

XML binds XML request body data to the given Go struct.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL