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

Method Byte

binder.go:729–731  ·  view source on GitHub ↗

Byte binds parameter to byte variable

(sourceParam string, dest *byte)

Source from the content-addressed store, hash-verified

727
728// Byte binds parameter to byte variable
729func (b *ValueBinder) Byte(sourceParam string, dest *byte) *ValueBinder {
730 return b.uintValue(sourceParam, dest, 8, false)
731}
732
733// MustByte requires parameter value to exist to bind to byte variable. Returns error when value does not exist
734func (b *ValueBinder) MustByte(sourceParam string, dest *byte) *ValueBinder {

Callers 1

Calls 1

uintValueMethod · 0.95

Tested by 1