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

TypeAlias TimeLayout

binder_generic.go:16–16  ·  view source on GitHub ↗

TimeLayout specifies the format for parsing time values in request parameters. It can be a standard Go time layout string or one of the special Unix time layouts.

Source from the content-addressed store, hash-verified

14// TimeLayout specifies the format for parsing time values in request parameters.
15// It can be a standard Go time layout string or one of the special Unix time layouts.
16type TimeLayout string
17
18// TimeOpts is options for parsing time.Time values
19type TimeOpts struct {

Callers 3

TestParseValue_TimeFunction · 0.85
binder_generic.goFile · 0.85
bindValueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected