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

Method GormValue

interfaces.go:72–72  ·  view source on GitHub ↗
(context.Context, *DB)

Source from the content-addressed store, hash-verified

70// Valuer gorm valuer interface
71type Valuer interface {
72 GormValue(context.Context, *DB) clause.Expr
73}
74
75// GetDBConnector SQL db connector

Callers 1

AddVarMethod · 0.65

Implementers 1

Pointtests/scanner_valuer_test.go

Calls

no outgoing calls

Tested by

no test coverage detected