MCPcopy
hub / github.com/go-gorm/gorm / EmptyTime

Struct EmptyTime

tests/scanner_valuer_test.go:294–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294type EmptyTime struct {
295 time.Time
296}
297
298func (t *EmptyTime) Scan(v interface{}) error {
299 nullTime := sql.NullTime{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected