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

Method Uint8s

binder.go:897–899  ·  view source on GitHub ↗

Uint8s binds parameter to slice of uint8

(sourceParam string, dest *[]uint8)

Source from the content-addressed store, hash-verified

895
896// Uint8s binds parameter to slice of uint8
897func (b *ValueBinder) Uint8s(sourceParam string, dest *[]uint8) *ValueBinder {
898 return b.uintsValue(sourceParam, dest, false)
899}
900
901// MustUint8s requires parameter value to exist to bind to uint8 slice variable. Returns error when value does not exist
902func (b *ValueBinder) MustUint8s(sourceParam string, dest *[]uint8) *ValueBinder {

Callers 2

Calls 1

uintsValueMethod · 0.95

Tested by 2