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

Method Int8s

binder.go:669–671  ·  view source on GitHub ↗

Int8s binds parameter to slice of int8

(sourceParam string, dest *[]int8)

Source from the content-addressed store, hash-verified

667
668// Int8s binds parameter to slice of int8
669func (b *ValueBinder) Int8s(sourceParam string, dest *[]int8) *ValueBinder {
670 return b.intsValue(sourceParam, dest, false)
671}
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 {

Callers 2

Calls 1

intsValueMethod · 0.95

Tested by 2