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

Method MustInt64s

binder.go:644–646  ·  view source on GitHub ↗

MustInt64s requires parameter value to exist to bind to int64 slice variable. Returns error when value does not exist

(sourceParam string, dest *[]int64)

Source from the content-addressed store, hash-verified

642
643// MustInt64s requires parameter value to exist to bind to int64 slice variable. Returns error when value does not exist
644func (b *ValueBinder) MustInt64s(sourceParam string, dest *[]int64) *ValueBinder {
645 return b.intsValue(sourceParam, dest, true)
646}
647
648// Int32s binds parameter to slice of int32
649func (b *ValueBinder) Int32s(sourceParam string, dest *[]int32) *ValueBinder {

Callers 2

Calls 1

intsValueMethod · 0.95

Tested by 2