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

Method MustInt32s

binder.go:654–656  ·  view source on GitHub ↗

MustInt32s requires parameter value to exist to bind to int32 slice variable. Returns error when value does not exist

(sourceParam string, dest *[]int32)

Source from the content-addressed store, hash-verified

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 {
655 return b.intsValue(sourceParam, dest, true)
656}
657
658// Int16s binds parameter to slice of int16
659func (b *ValueBinder) Int16s(sourceParam string, dest *[]int16) *ValueBinder {

Callers 1

Calls 1

intsValueMethod · 0.95

Tested by 1