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

Method UnmarshalParam

bind_test.go:119–122  ·  view source on GitHub ↗
(src string)

Source from the content-addressed store, hash-verified

117}
118
119func (a *StringArray) UnmarshalParam(src string) error {
120 *a = StringArray(strings.Split(src, ","))
121 return nil
122}
123
124func (s *Struct) UnmarshalParam(src string) error {
125 *s = Struct{

Callers

nothing calls this directly

Calls 1

StringArrayTypeAlias · 0.85

Tested by

no test coverage detected