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

Struct unixTimestamp

bind_test.go:1155–1157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1153}
1154
1155type unixTimestamp struct {
1156 Time time.Time
1157}
1158
1159func (t *unixTimestamp) UnmarshalParam(param string) error {
1160 n, err := strconv.ParseInt(param, 10, 64)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected