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

Struct DoubleInt64

tests/query_test.go:1329–1331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1327}
1328
1329type DoubleInt64 struct {
1330 data int64
1331}
1332
1333func (t *DoubleInt64) Scan(val interface{}) error {
1334 switch v := val.(type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected