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

Method MustInt16

binder.go:496–498  ·  view source on GitHub ↗

MustInt16 requires parameter value to exist to bind to int16 variable. Returns error when value does not exist

(sourceParam string, dest *int16)

Source from the content-addressed store, hash-verified

494
495// MustInt16 requires parameter value to exist to bind to int16 variable. Returns error when value does not exist
496func (b *ValueBinder) MustInt16(sourceParam string, dest *int16) *ValueBinder {
497 return b.intValue(sourceParam, dest, 16, true)
498}
499
500// Int8 binds parameter to int8 variable
501func (b *ValueBinder) Int8(sourceParam string, dest *int8) *ValueBinder {

Callers 1

Calls 1

intValueMethod · 0.95

Tested by 1