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

Struct emptyQueryClause

tests/associations_test.go:296–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294type (
295 myType string
296 emptyQueryClause struct {
297 Field *schema.Field
298 }
299)
300
301func (myType) QueryClauses(f *schema.Field) []clause.Interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected