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

Method Uints

binder.go:907–909  ·  view source on GitHub ↗

Uints binds parameter to slice of uint

(sourceParam string, dest *[]uint)

Source from the content-addressed store, hash-verified

905
906// Uints binds parameter to slice of uint
907func (b *ValueBinder) Uints(sourceParam string, dest *[]uint) *ValueBinder {
908 return b.uintsValue(sourceParam, dest, false)
909}
910
911// MustUints requires parameter value to exist to bind to uint slice variable. Returns error when value does not exist
912func (b *ValueBinder) MustUints(sourceParam string, dest *[]uint) *ValueBinder {

Callers 2

Calls 1

uintsValueMethod · 0.95

Tested by 2