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

Method MustInt32

binder.go:486–488  ·  view source on GitHub ↗

MustInt32 requires parameter value to exist to bind to int32 variable. Returns error when value does not exist

(sourceParam string, dest *int32)

Source from the content-addressed store, hash-verified

484
485// MustInt32 requires parameter value to exist to bind to int32 variable. Returns error when value does not exist
486func (b *ValueBinder) MustInt32(sourceParam string, dest *int32) *ValueBinder {
487 return b.intValue(sourceParam, dest, 32, true)
488}
489
490// Int16 binds parameter to int16 variable
491func (b *ValueBinder) Int16(sourceParam string, dest *int16) *ValueBinder {

Callers 1

Calls 1

intValueMethod · 0.95

Tested by 1