binder

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2019 License: Apache-2.0 Imports: 11 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

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