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

Struct unixTimestampLast

bind_test.go:1260–1262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1258}
1259
1260type unixTimestampLast struct {
1261 Time time.Time
1262}
1263
1264// this is silly example for `bindMultipleUnmarshaler` for type that uses last input value for unmarshalling
1265func (t *unixTimestampLast) UnmarshalParams(params []string) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected