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

Method Int32s

binder.go:649–651  ·  view source on GitHub ↗

Int32s binds parameter to slice of int32

(sourceParam string, dest *[]int32)

Source from the content-addressed store, hash-verified

647
648// Int32s binds parameter to slice of int32
649func (b *ValueBinder) Int32s(sourceParam string, dest *[]int32) *ValueBinder {
650 return b.intsValue(sourceParam, dest, false)
651}
652
653// MustInt32s requires parameter value to exist to bind to int32 slice variable. Returns error when value does not exist
654func (b *ValueBinder) MustInt32s(sourceParam string, dest *[]int32) *ValueBinder {

Callers 2

Calls 1

intsValueMethod · 0.95

Tested by 2