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

Method MustUint8s

binder.go:902–904  ·  view source on GitHub ↗

MustUint8s requires parameter value to exist to bind to uint8 slice variable. Returns error when value does not exist

(sourceParam string, dest *[]uint8)

Source from the content-addressed store, hash-verified

900
901// MustUint8s requires parameter value to exist to bind to uint8 slice variable. Returns error when value does not exist
902func (b *ValueBinder) MustUint8s(sourceParam string, dest *[]uint8) *ValueBinder {
903 return b.uintsValue(sourceParam, dest, true)
904}
905
906// Uints binds parameter to slice of uint
907func (b *ValueBinder) Uints(sourceParam string, dest *[]uint) *ValueBinder {

Callers 1

Calls 1

uintsValueMethod · 0.95

Tested by 1