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

Method MustInt8

binder.go:506–508  ·  view source on GitHub ↗

MustInt8 requires parameter value to exist to bind to int8 variable. Returns error when value does not exist

(sourceParam string, dest *int8)

Source from the content-addressed store, hash-verified

504
505// MustInt8 requires parameter value to exist to bind to int8 variable. Returns error when value does not exist
506func (b *ValueBinder) MustInt8(sourceParam string, dest *int8) *ValueBinder {
507 return b.intValue(sourceParam, dest, 8, true)
508}
509
510// Int binds parameter to int variable
511func (b *ValueBinder) Int(sourceParam string, dest *int) *ValueBinder {

Callers 1

Calls 1

intValueMethod · 0.95

Tested by 1