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

Method MustInt64

binder.go:476–478  ·  view source on GitHub ↗

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

(sourceParam string, dest *int64)

Source from the content-addressed store, hash-verified

474
475// MustInt64 requires parameter value to exist to bind to int64 variable. Returns error when value does not exist
476func (b *ValueBinder) MustInt64(sourceParam string, dest *int64) *ValueBinder {
477 return b.intValue(sourceParam, dest, 64, true)
478}
479
480// Int32 binds parameter to int32 variable
481func (b *ValueBinder) Int32(sourceParam string, dest *int32) *ValueBinder {

Callers 2

Calls 1

intValueMethod · 0.95

Tested by 2