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

Method MustInts

binder.go:684–686  ·  view source on GitHub ↗

MustInts requires parameter value to exist to bind to int slice variable. Returns error when value does not exist

(sourceParam string, dest *[]int)

Source from the content-addressed store, hash-verified

682
683// MustInts requires parameter value to exist to bind to int slice variable. Returns error when value does not exist
684func (b *ValueBinder) MustInts(sourceParam string, dest *[]int) *ValueBinder {
685 return b.intsValue(sourceParam, dest, true)
686}
687
688// Uint64 binds parameter to uint64 variable
689func (b *ValueBinder) Uint64(sourceParam string, dest *uint64) *ValueBinder {

Callers 1

Calls 1

intsValueMethod · 0.95

Tested by 1