MCPcopy
hub / github.com/redis/go-redis / TimeRFC3339Nano

Struct TimeRFC3339Nano

internal/hscan/hscan_test.go:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type TimeRFC3339Nano struct {
38 time.Time
39}
40
41func (t *TimeRFC3339Nano) ScanRedis(s string) (err error) {
42 t.Time, err = time.Parse(time.RFC3339Nano, s)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected