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

Method MustInt8s

binder.go:674–676  ·  view source on GitHub ↗

MustInt8s requires parameter value to exist to bind to int8 slice variable. Returns error when value does not exist

(sourceParam string, dest *[]int8)

Source from the content-addressed store, hash-verified

672
673// MustInt8s requires parameter value to exist to bind to int8 slice variable. Returns error when value does not exist
674func (b *ValueBinder) MustInt8s(sourceParam string, dest *[]int8) *ValueBinder {
675 return b.intsValue(sourceParam, dest, true)
676}
677
678// Ints binds parameter to slice of int
679func (b *ValueBinder) Ints(sourceParam string, dest *[]int) *ValueBinder {

Callers 1

Calls 1

intsValueMethod · 0.95

Tested by 1