MCPcopy Index your code
hub / github.com/labstack/echo / Ints

Method Ints

binder.go:679–681  ·  view source on GitHub ↗

Ints binds parameter to slice of int

(sourceParam string, dest *[]int)

Source from the content-addressed store, hash-verified

677
678// Ints binds parameter to slice of int
679func (b *ValueBinder) Ints(sourceParam string, dest *[]int) *ValueBinder {
680 return b.intsValue(sourceParam, dest, false)
681}
682
683// MustInts requires parameter value to exist to bind to int slice variable. Returns error when value does not exist
684func (b *ValueBinder) MustInts(sourceParam string, dest *[]int) *ValueBinder {

Callers 2

Calls 1

intsValueMethod · 0.95

Tested by 2