You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| byte |`[]byte`| Base64-encoded string as defined in [RFC4648](https://www.rfc-editor.org/rfc/rfc4648.html)|
22
-
| date-time |[`time.Time`](https://pkg.go.dev/time#Time)| Date and time notation as defined by [RFC 3339, section 5.6](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6), for example, `2022-02-22T11:22:33Z`|
23
-
| date |[`time.Time`](https://pkg.go.dev/time#Time)| Date only notation as defined by [RFC 3339, section 5.6](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6), for example, `2022-02-22`|
24
-
| time |[`time.Time`](https://pkg.go.dev/time#Time)| Time only notation as defined by [RFC 3339, section 5.6](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6), for example, `11:22:33`|
22
+
| date-time |[`time.Time`][time.Time]| Date and time notation as defined by [RFC 3339, section 5.6](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6), for example, `2022-02-22T11:22:33Z`|
23
+
| date |[`time.Time`][time.Time]| Date only notation as defined by [RFC 3339, section 5.6](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6), for example, `2022-02-22`|
24
+
| time |[`time.Time`][time.Time]| Time only notation as defined by [RFC 3339, section 5.6](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6), for example, `11:22:33`|
25
25
| duration |[`time.Duration`](https://pkg.go.dev/time#Duration)| Go duration format |
| unix/unix-seconds |[`time.Time`](https://pkg.go.dev/time#Time)|[`Time.Unix()`](https://pkg.go.dev/time#Time.Unix), encoded as string. See [issue #307](https://github.com/ogen-go/ogen/issues/306)|
40
-
| unix-nano |[`time.Time`](https://pkg.go.dev/time#Time)|[`Time.UnixNano()`](https://pkg.go.dev/time#Time.UnixNano), encoded as string. See [issue #307](https://github.com/ogen-go/ogen/issues/306)|
41
-
| unix-micro |[`time.Time`](https://pkg.go.dev/time#Time)|[`Time.UnixMicro()`](https://pkg.go.dev/time#Time.UnixMicro), encoded as string. See [issue #307](https://github.com/ogen-go/ogen/issues/306)|
42
-
| unix-milli |[`time.Time`](https://pkg.go.dev/time#Time)|[`Time.UnixMilli()`](https://pkg.go.dev/time#Time.UnixMilli), encoded as string. See [issue #307](https://github.com/ogen-go/ogen/issues/306)|
43
-
| int32 |`int32`| 32-bit signed integer, encoded as string. See [issue #307](https://github.com/ogen-go/ogen/issues/307)|
44
-
| int64 |`int64`| 64-bit signed integer, encoded as string. See [issue #307](https://github.com/ogen-go/ogen/issues/307)|
0 commit comments