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

Struct SoftDeleteDeleteClause

soft_delete.go:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127type SoftDeleteDeleteClause struct {
128 ZeroValue sql.NullString
129 Field *schema.Field
130}
131
132func (sd SoftDeleteDeleteClause) Name() string {
133 return ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected