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.
| 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. |
| 16 | type TimeLayout string |
| 17 | |
| 18 | // TimeOpts is options for parsing time.Time values |
| 19 | type TimeOpts struct { |
no outgoing calls
no test coverage detected