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

Method MustUint8

binder.go:724–726  ·  view source on GitHub ↗

MustUint8 requires parameter value to exist to bind to uint8 variable. Returns error when value does not exist

(sourceParam string, dest *uint8)

Source from the content-addressed store, hash-verified

722
723// MustUint8 requires parameter value to exist to bind to uint8 variable. Returns error when value does not exist
724func (b *ValueBinder) MustUint8(sourceParam string, dest *uint8) *ValueBinder {
725 return b.uintValue(sourceParam, dest, 8, true)
726}
727
728// Byte binds parameter to byte variable
729func (b *ValueBinder) Byte(sourceParam string, dest *byte) *ValueBinder {

Callers 1

Calls 1

uintValueMethod · 0.95

Tested by 1