binder

package
v1.31.5-0...-ff97089 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2023 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Binder

type Binder struct {
	// contains filtered or unexported fields
}

Binder is a custom struct that implements the Echo Binder interface. It binds to a struct, uses mold to clean up the params, and validator to validate them.

func New

func New() (*Binder, error)

New initializes a new Binder instance with the appropriate validation functions registered.

func (*Binder) Bind

func (b *Binder) Bind(i interface{}, c echo.Context) error

Bind binds, modifies, and validates payloads against the given struct.

Jump to

Keyboard shortcuts

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