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

Struct Point

tests/scanner_valuer_test.go:313–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313type Point struct {
314 X, Y int
315}
316
317func (point Point) GormDataType() string {
318 return "geo"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected