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

Method MustUints

binder.go:912–914  ·  view source on GitHub ↗

MustUints requires parameter value to exist to bind to uint slice variable. Returns error when value does not exist

(sourceParam string, dest *[]uint)

Source from the content-addressed store, hash-verified

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 {
913 return b.uintsValue(sourceParam, dest, true)
914}
915
916// Bool binds parameter to bool variable
917func (b *ValueBinder) Bool(sourceParam string, dest *bool) *ValueBinder {

Callers 1

Calls 1

uintsValueMethod · 0.95

Tested by 1